eclipse-launcher icon indicating copy to clipboard operation
eclipse-launcher copied to clipboard

Allow instance name to be specified

Open turesheim opened this issue 9 years ago • 2 comments

See http://www.eclipsophy.com/2015/07/customizing-eclipse-name-on-mac-osx.html

turesheim avatar Jul 15 '15 10:07 turesheim

I wonder if this could be set within the running app from Java? Instance name == workspace name?

guw avatar Aug 05 '15 08:08 guw

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");

turesheim avatar Aug 05 '15 12:08 turesheim