Reputation: 3641
I am looking for a java library that can be used to create a windows installer file for installing a java application. Can someone provide me with pointers to any such library that I could use.
Upvotes: 2
Views: 192
Reputation: 172378
I would agree with Astrobleme, you can create a jar file instead of searching a java library that can be used to create a windows installer file for installing a java
However if you really want then check this:- Open Source Installers Generators in Java. Also you can use Java Web Start to deploy the application.
Upvotes: 1