开发者

Free AOT Java compiler [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

开发者_StackOverflow中文版

Closed 9 years ago.

Improve this question

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


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/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜