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

link|improve this question

62% accept rate
feedback

2 Answers

Have a look at IzPack, especially its features.

link|improve this answer
feedback

(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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.