Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I make an exe in NetBeans? [duplicate]

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

How can I create an .exe file in NetBeans for a Java program?

I've had a look around, and I can make a JAR but not an exe.

like image 395
Tuffy G Avatar asked Dec 29 '09 07:12

Tuffy G


1 Answers

Have a look at JAR wrappers like Jar2Exe, JSmooth or Launch4j.

They will wrap your JAR inside an executable which role is to launch the JVM.

like image 88
Gregory Pakosz Avatar answered Oct 08 '22 01:10

Gregory Pakosz