1

I want to convert my swing application into an executable one.I am using Neatbeans IDE.Is there any plugin available?

mKorbel
  • 109,525
  • 20
  • 134
  • 319
Sukesh K
  • 31
  • 1
  • 5

2 Answers2

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".

  • +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
3

Use Launch4J

It is a Cross-platform Java executable wrapper which will do what you need.

Anfal
  • 344
  • 1
  • 3
  • 15