Convert .jar to an OSX executable?

后端 未结 5 1155
情话喂你
情话喂你 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

    Github user Jorl17 made an excellent Python script called jar2app that does this with one simple command. It even lets you customize the app icon.

    https://github.com/Jorl17/jar2app

    Just install it, follow the instructions, and you get the .app file.

提交回复
热议问题