When I do "Export Runnable Jar" from Eclipse, and run it from Terminal in OSX, the App-name (visible in menu) is always JarRsrcLoader.
I understand that this is because the MANIFEST.MF specifies that class as the startup class, and it in turn loads my main class.
Which method is the best to use if I want to have my main class name as the app's name?