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

后端 未结 7 1578
眼角桃花
眼角桃花 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:33

    This works for me: https://github.com/Jorl17/jar2app

    For any changes made in code, I just need to move updated jar file in the folder application.app/Content/Java

提交回复
热议问题