Linux java wrapper and installer

不想你离开。 提交于 2019-12-24 00:37:53

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!