How to launch java application from Dock, Mac

后端 未结 1 1763
清歌不尽
清歌不尽 2020-12-21 20:31

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 i

相关标签:
1条回答
  • 2020-12-21 21:17

    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.

    0 讨论(0)
提交回复
热议问题