How could we made a jar file's installer, which can run on multi-platform, is there any simple way, because I don't know Java too well.

Balwant

link|improve this question
I'm really waiting for lots of good answers on this one :) – Huxi Jun 11 '09 at 6:36
For the record, link to the accompanying question: stackoverflow.com/questions/979451/… – Jonik Jun 11 '09 at 7:57
feedback

4 Answers

Nearly half of our BitRock InstallBuilder customers use it for Java deployment. It is multiplatform and runs in all the major platforms such as Windows, Linux, Mac, Solaris, HP-UX (and most of the obscure ones too :)

link|improve this answer
I did some comparison with few of them please also see: stackoverflow.com/questions/979451/… – YumYumYum Apr 5 '11 at 9:43
feedback

If the target audience have access to the web, you could have a look on Java Web Start which allows you to basically do all you need.

It requires the user to click a link and download.

link|improve this answer
feedback

Installer tools for Java have been dealt with in quite many questions on SO, and most options have probably been mentioned already:

See also other questions tagged java+installer.

If a commercial tool is ok, the best multi-platform installer for Java software, to my knowledge, is install4j; I can definitely recommend it (more about my experiences with it).

link|improve this answer
feedback

izPack is pretty nifty and supports multi-platform installations.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown