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

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

    Just a comment to clear some of this up. Mac applications normally dont have installers. At all. They dont have a registry and normally you just drag the icon (which is actually a folder with the executables in a specific folder structure) into the applications folder. Thats it. Thats why if you have an executable with a nice icon and you put it in a .dmg image file nobody is gonna know the difference.

提交回复
热议问题