Convert .jar to an OSX executable?

后端 未结 5 1156
情话喂你
情话喂你 2020-11-27 15:08

I made a Java application which I would like to distribute on Windows, OSX and Linux without distributing a jar file. I used the great Windows exe wrapper http://launch4j.so

5条回答
  •  北海茫月
    2020-11-27 15:46

    You can also package your application with the JarBundler Ant task:

    http://informagen.com/JarBundler

    
    

提交回复
热议问题