JarToExeJni and JarToExeProc favicon

JarToExeJni and JarToExeProc

JarToExe 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. JarToExeJni and JarToExeProc features:

  • Free to use, without restriction
  • No temporary file is created while executing the generated exe
  • Smallest exe posible, the wrapper is made in MASM
  • Easy to use