How to create a Java application which can be run by a click?

前端 未结 8 574
被撕碎了的回忆
被撕碎了的回忆 2020-12-01 15:20

I would like to have a Java application which can be easily started.

So far I have managed to create a jar file but I do not see any advantages yet. Before I run my

8条回答
  •  臣服心动
    2020-12-01 15:33

    For OS X check Jar Bundler:

    http://developer.apple.com/mac/library/documentation/Java/Conceptual/Jar_Bundler/Introduction/Introduction.html

提交回复
热议问题