tags:

views:

49

answers:

2

Does anyone know some free AOT Java compiler? I have found just one - http://gcc.gnu.org/java/.

A: 

Not sure how finished it is, but this project uses LLVM and can AOT compile Java and .NET

http://vmkit.llvm.org/

Lou Franco
A: 

Oracle's JDK as well as OpenJDK both ship with an AOT Java compiler called javac.

Jörg W Mittag