I want to convert my swing application into an executable one.I am using Neatbeans IDE.Is there any plugin available?
Asked
Active
Viewed 6,559 times
1
-
Please have aloof at [Converting Java to .exe](http://stackoverflow.com/q/147181/1057230) – nIcE cOw Jul 31 '13 at 04:58
2 Answers
4
Use IExpress.exe that is part of Windows. Type iexpress in your start bar search.
Add your executable JAR file to the list.
Your install command would be java -jar "yourJar.jar".

Larry Keenan
- 55
- 2
-
+1, I didn't knew about such a functionality exists in Windows itself :-) Wish I could upvote it some more times, It simply made me believe that I still doesn't know many a functionalities of Windows :-) – nIcE cOw Jul 31 '13 at 10:11