JarToExeJniJarToExeProc 1.0
arToExe is a lightweight and easy-to-use application designed to turn Java .jar files into executable binary .exe files. It can do this by creating new processes(CreateProcess API) or by skipping this step and using the Java native interface instead (JNI), thanks to two tiny tools it contains.
Transform Java files into executable binaries
To be able to use these tools, it's necessary to have Java JRE, Java JDK and .NET Framework installed. The package itself doesn't require setup, so you can extract the files from the downloaded archive and just double-click the .exes to reach the main windows.
The interface of JarToExe is simple and intuitive, ideal for carrying out conversion tasks in a hurry. After specifying the JAR file, you can select an ICO file if you want to generate the .exe with a icon, as well as set the Java minium and maximum version (including minor builds). Keep in mind that the app will attempt to run the .new exe with the Java version you have installed.