Installer for java application

Posted by bguiz on Stack Overflow See other posts from Stack Overflow or by bguiz
Published on 2010-03-19T00:05:56Z Indexed on 2010/03/19 0:11 UTC
Read the original article Hit count: 782

Filed under:
|
|

Hi,

I would like to know what packages are out there that can be used to create installers to distribute applications.

The target application is written in Java. The installer must be able to:

  • be compiled via an ant script
  • be compiled Linux (and Windows)
  • run on Windows and Linux
  • detect / handle previously installed versions of the application

We currently use IzPack, because it does all of the above, except the latter: It cannot easily detect previously installed version of the software.

Are there any other packages out there which fit the bill?

Thank you!

© Stack Overflow or respective owner

Related posts about java

Related posts about installer