How do I create a Mac installer for my Java application?

后端 未结 7 1437
眼角桃花
眼角桃花 2021-02-06 00:12

I have created an executable JAR file for my Java application. If I double-click then it works fine. But I want to create installer for Mac OS, because I cannot give a JAR file

7条回答
  •  南方客
    南方客 (楼主)
    2021-02-06 00:44

    Try jarbundler from http://informagen.com/JarBundler/. You can create a nice OSX app including icon with it. Just ship that. The user can drag this app to Application. No explicit installation step necessary.

    I use this for my projects.

提交回复
热议问题