Hi I want to create a cross platform installer in java. How to create.
Thanks Sunil Kumar Sahoo
Hi I want to create a cross platform installer in java. How to create.
Thanks Sunil Kumar Sahoo
You want to create an installer or use one? I'm assuming you want to package an application and have it deployable across different architectures.
My team had good success with lzPack. It's free and open source. Another alternative would be Java's Web Start.
AntInstaller works well. Because it's based on Ant you can do a user-friendly GUI installer and/or a shell-based headless install.