Make Installer of java Application

后端 未结 2 681
不知归路
不知归路 2021-01-21 09:01

I have tried this two setup for making installer of java application.

  1. Exe4j
  2. Inno setup

I have used these 2 setups for making a java applic

2条回答
  •  离开以前
    2021-01-21 10:02

    We also have a feature in Advanced Installer, Java edition, that can be used to package your Java application for Windows and for Mac OS.

    Here is a 1 minute video that shows how easy it is to build your installer.

    Advanced Installer also has the ability to bundle a specific JRE version inside your installer, so your application will use only that JRE, no matter if on the end user machine there is another version of JRE or none at all.

提交回复
热议问题