问题
I have created a Java Swing application. It works fine.
I have created application file (.app) for that application using jar bundler.
But the main problem is that my application does not open if I click it on the Dock. I am using Mac OS. How I can launch my application by clicking on Dock
Thanks Sunil Kumar Sahoo
回答1:
If you are using Apple's JavaApplicationStub, diagnostic output from the launch process may be obtained as follows:
$ export JAVA_LAUNCHER_VERBOSE $ ./your.app/Contents/MacOS/JavaApplicationStub
Here's a working example.
来源:https://stackoverflow.com/questions/2928253/how-to-launch-java-application-from-dock-mac