Java packaging tools - alternatives for jsmooth, launch4j, onejar

前端 未结 9 1526
慢半拍i
慢半拍i 2020-12-08 01:02

I have used these three open source tools for packaging my java apps, but they all look like abandon-ware now. All three are very good pieces of software. What are the optio

9条回答
  •  一整个雨季
    2020-12-08 01:16

    Did you check IzPack? This is a great piece of software to create cross-platform installers:

    IzPack is an installers generator for the Java platform. It produces lightweight installers that can be run on any operating system where a Java virtual machine is available. Depending on the operating system, it can be launched by a double-click or a simple 'java -jar installer.jar' on a shell. The most common use is to distribute applications for the Java platform, but you can also use it for other kinds of projects. The main benefit of IzPack is that it provides a clean and unique way of distributing a project to users using different operating systems.

    Some really famous companies and projects use it for many years (Sun Microsystems, JBoss/RedHat, the Scala language project, some ObjectWeb/OW2 projects, XWiki and many more). If it's good for them, it should be good for you :)

提交回复
热议问题