Free AOT Java compiler [closed]

女生的网名这么多〃 提交于 2019-11-29 03:45:53
m. m.

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.)

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.

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

http://vmkit.llvm.org/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!