java jar包打成可安装程序

1.将jar程序打成jar包

2.用exe4j.exe将jar包打成.exe可执行程序

3.用Inno Setup 编译器将.exe可执行程序编译成可安装程序

exe4j下载: https://exe4j.apponic.com/

Inno Setup下载:http://www.jrsoftware.org/isdl.php

exe4j使用教程:https://blog.csdn.net/zzzgd_666/article/details/80756430

Inno Setup使用教程:https://blog.csdn.net/lailai186/article/details/11804359

原文地址:https://www.cnblogs.com/step-and-step/p/10101102.html