Free AOT Java compiler [closed]

2019-01-24 05:10发布

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

3条回答
乱世女痞
2楼-- · 2019-01-24 05:33

GCJ , as you've already noted, is probably your best option. If you're looking for something that runs on Windows you'll need to setup a Cygwin or MinGW environment that runs the GCC.

JNC is an old one that may still work, it was built for Java 1.5 and is based on the GCC.

查看更多
兄弟一词,经得起流年.
3楼-- · 2019-01-24 05:38

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

http://vmkit.llvm.org/

查看更多
做个烂人
4楼-- · 2019-01-24 05:39

https://www.excelsiorjet.com/

As of now, it fully supports Java SE 8 and the Standard Edition is free (but only supports 32-bit Windows and Linux.)

查看更多
登录 后发表回答