eclipse-launcher
eclipse-launcher copied to clipboard
Allow instance name to be specified
See http://www.eclipsophy.com/2015/07/customizing-eclipse-name-on-mac-osx.html
I wonder if this could be set within the running app from Java? Instance name == workspace name?
I understand it is possible, except it has to be done before the first window is created. Something like this:
System.setProperty("com.apple.mrj.application.apple.menu.about.name", "Test");