1

Hi I made a java swing application. Also created jar of that file. Now I want to make that file in installable format (means in .exe format for windows bin format for linux X86 format).

If we install any software we get some license agreement. I want to make my jar in that format which can be installed in any platform. So is there any free and easy to use installer which can give me that feature. Or is there any way that I can get the same installable format using java program

Thanks Sunil Kumar Sahoo

Sunil Kumar Sahoo
  • 53,011
  • 55
  • 178
  • 243
  • Lots of duplicates: http://stackoverflow.com/search?q=launch4j – Roland Ewald Sep 22 '09 at 04:47
  • One of the duplicates, that seems to have everything you need: http://stackoverflow.com/questions/80105/whats-the-best-way-to-distribute-java-applications – kdgregory Sep 22 '09 at 11:46
  • possible duplicate of [How can I convert my Java program to an .exe file?](http://stackoverflow.com/questions/147181/how-can-i-convert-my-java-program-to-an-exe-file) – Karl-Bjørnar Øie Apr 18 '15 at 16:51

3 Answers3

2

http://java-source.net/open-source/installer-generators/izpack

Ryan Fernandes
  • 8,238
  • 7
  • 36
  • 53
0

Use InstallJammer. InstallJammer cannot create installer for MacOS.

Thanks Sunil Kumar Sahoo

Sunil Kumar Sahoo
  • 53,011
  • 55
  • 178
  • 243
0

Better use DiskUtility or Package Maker for Mac, Visual-Studio for Windows and RPM for Linux.

TheCodeArtist
  • 21,479
  • 4
  • 69
  • 130
Sunil Kumar Sahoo
  • 53,011
  • 55
  • 178
  • 243