问题
I have a Java SWT program on Mac OS X that always shows 'java' when the mouse hovers over the dock icon. Is there a way to change 'java' to a more suitable program name?
回答1:
This is controlled by a system property:
-Xdock:name=AppName
来源:https://stackoverflow.com/questions/7947595/swt-on-mac-os-x-change-dock-program-name