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