How to change the Java application name shown in the Mac OS X launchpad
问题 When my application written in Java with SWT runs under OS X , both from under Eclipse and from jar , its name in the launchpad reads "java", like shown in the picture. In the beginning of my code I call Display.setAppName("MyApp") , and the name of the application in the menu bar and menu items is correct, it reads MyApp , About MyApp , Configure MyApp , etc. The menu items behave properly, I can receive and handle the appropriate events. So the problem pertains exclusively to the app name,