1

Possible Duplicate:
How can I convert my Java program to an .exe file?

I have Java project and will making a setup file to my project. İn my procet I have a jar file which runs my project. whan can I do to create a setup file to my Netbeans Java Project

Community
  • 1
  • 1
Selçuklu Ebrar
  • 2,059
  • 3
  • 14
  • 11

2 Answers2

2

There are software convert from jar to exe like JAR2EXE but it's not setup file

Alya'a Gamal
  • 5,624
  • 19
  • 34
0

Check out Launch4J which will create an Windows executable from a Java JAR file.

Code-Apprentice
  • 81,660
  • 23
  • 145
  • 268