Convert Java to .app file for MacOSX using JarBundler

前端 未结 3 478
温柔的废话
温柔的废话 2020-12-14 10:50

All I\'m trying to do is convert a simple java program into a macOSX .app file so I can distribute it as a simple executable file.

I\'ve read all over the place and

3条回答
  •  轮回少年
    2020-12-14 11:32

    If you want to use Oracle Java instead of Apple's discontinued Java, you should use Java Application Bundler instead of JarBundler.

    See also these answers:

    • Application is using Java 6 from Apple instead of Java 7 from Oracle on Mac OS X?
    • Bundle a Java 7 .jar for Mac

提交回复
热议问题