JarToExeJni and JarToExeProc alternatives
JarToExeJni and JarToExeProc are tools that convert Java .jar files into executable .exe files. They use either the Java Native Interface or the CreateProcess API to achieve this. Both tools are free, create no temporary files, and produce a small executable wrapped in MASM.