tags:

views:

182

answers:

3

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

+2  A: 

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

Ryan Fernandes
I have installed izpack. But unable to get installer from my jar file. My installer have also license agreement
Deepak
Hi If I use izpack whether I will be able to crate license agreement for my project.
Deepak
A: 

Use InstallJammer. InstallJammer cannot create installer for MacOS.

Thanks Sunil Kumar Sahoo

Deepak
A: 

Better use DiskUtility or Package Maker for Mac, visual studio for windows and RPM for limux

Deepak