hi.
anyone know how to create a .exe in netbeans?
i've had a look around and i can make a jar but not an exe.
hi.
anyone know how to create a .exe in netbeans?
i've had a look around and i can make a jar but not an exe.
If it is Java. You may need another tool to pack an exe for your application. E.g. http://www.duckware.com/jexepack/index.html
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.
There are wrappers like Launch4j that can wrap .jar
s into .exe
launchers. However, even those require the JRE to be present in the system to work.