Hello Guest

Preferred installation system?: install shield etc..

  • 6 Replies
  • 12192 Views
Preferred installation system?: install shield etc..
« on: November 09, 2005, 21:04:47 »
Anyone know of a quick tutorial on the best way to package and distribute a new java program?  Is there a preferred free packaging system?

Preferred installation system?: install shield etc..
« Reply #1 on: November 09, 2005, 21:31:06 »
looks like jsmooth and launch4j.

Preferred installation system?: install shield etc..
« Reply #2 on: November 09, 2005, 21:31:57 »
I like launch4j (to make the jar into an exe on windows) and NSIS for installation/uninstallation.

For linux, I like "makeself".

For Mac? I don't know. Currently I'm just using Java Webstart since I don't know how to make or test a Mac install, but I hear it's pretty easy.

Edit: (since you're quick on the draw there) I do prefer launch4j over JSmooth. JSmooth is easier, but launch4j can make your app look and act much more professional, and it's also actively developed, whereas JSmooth is not.
=-=-=-=-=-======-=-=-=-=-=-
http://www.tommytwisters.com

Preferred installation system?: install shield etc..
« Reply #3 on: November 14, 2005, 18:41:56 »
http://www.izforge.com/izpack/ IzPack is a free, cross platform installer, written in Java.
The problems of this world cannot possibly be solved by skeptics or cynics whose horizons are limited by the obvious realities.  We need men and women who can dream of things that never were. - John Fitzgerald Kennedy(35th US President)
8)

*

Offline hvor

  • *
  • 37
    • http://hvor.madpage.com
Preferred installation system?: install shield etc..
« Reply #4 on: December 09, 2005, 08:58:30 »
I just packed a game (made an executable) with launch4j and it performed well, so I recommend it.

*

Offline lightbringer

  • **
  • 50
  • Lone Wolf
Preferred installation system?: install shield etc..
« Reply #5 on: December 09, 2005, 15:33:41 »
Launch4j is very nice to make it look professional, but unless you have a small app with everything sitting in one jar, you might also be interested in using an installer. One was already recommended above, but personally I recommend Inno Setup.

*

Offline hvor

  • *
  • 37
    • http://hvor.madpage.com
Preferred installation system?: install shield etc..
« Reply #6 on: December 09, 2005, 15:45:32 »
I agree that launch4j is suited for smaller applications. I didn't try it (just am about to try), but I know there is Null Soft installer with eclipse plugin - sounds handy...