ShirazITCo
ShirazITCo

Reputation: 1041

Linux java wrapper and installer

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

Upvotes: 2

Views: 1442

Answers (2)

Laurent Pireyn
Laurent Pireyn

Reputation: 6875

Have a look at IzPack, especially its features.

Sources at https://github.com/izpack/izpack

Upvotes: 3

Daniel Lopez
Daniel Lopez

Reputation: 3391

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

Upvotes: 0

Related Questions