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

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

    I'd agree that a jar should be sufficent; but maybe you want to check this (ClickInstall MacOSX 1.0.2) Installer Build Tool for OSX.

提交回复
热议问题