Make Java program as independent exe (run without JVM)

Eng.Fouad picture Eng.Fouad · Jul 14, 2011 · Viewed 16.3k times · Source

Is there any way to make Java program as independent exe (run without JVM)?

Answer

Ladlestein picture Ladlestein · Jul 15, 2011

I've used Excelsior JET to compile my Java into a native executable file on Windows. It worked real well. There are always opportunities for gotchas - I think JNI is a problem - but I was pretty happy.