问题
I have a java app that i want to release it for all of platforms. i tried most of installers and wrapper like install4j , launch4j , Excelsior JET and ...
I found best solution for windows and mac in Advanced Installer. it build a native launcher and installer for windows and mac. also it can download jre from custom source and install it if jre not present.
so im looking for similar one for linux with this features:
. wrap java
. download jre if not present from custom source
. make gui installer
回答1:
Have a look at IzPack, especially its features.
Sources at https://github.com/izpack/izpack
回答2:
(Disclaimer, I am the author of InstallBuilder) InstallBuilder can create launchers for Linux, Windows and Mac and can create a GUI installer. However, it cannot download the JRE if not present.
来源:https://stackoverflow.com/questions/6264266/linux-java-wrapper-and-installer