Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make Java program as independent exe (run without JVM)

Tags:

java

jvm

exe

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

like image 708
Eng.Fouad Avatar asked Jul 14 '11 21:07

Eng.Fouad


1 Answers

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.

like image 82
Ladlestein Avatar answered Sep 22 '22 06:09

Ladlestein