vote up 3 vote down star
1

What is the current status of GCJ at the moment (mid 2009)?

The latest news are from 2007, so I'm wondering if there is any form of progress? I remember that there was a while ago a compiled version of lucene available which used gcj to compile it from the java sources. Is there any other high profile project which uses gcj at the moment?

flag

46% accept rate

2 Answers

vote up 2 vote down

The news page hasn't been updated, but if you look through the changelogs for GCC 4.3 there is still active work ongoing. It can handle Java source up to 1.5.

link|flag
vote up 0 vote down

GCJ is not Java.

Consider looking at OpenJDK.

link|flag
What do you mean? Since when is OpenJDK able to compile java code to binary executables? – Mauli Jun 8 at 13:13
Why do you want to compile java code to binary executables? It's pointless and, actually, slow. – alamar Jun 9 at 8:01
Because I want to make some client libraries available to C/C++ users without to rewrite this stuff in C/C++. And I don't want to have the users to have Java installed as well. – Mauli Jun 11 at 16:23

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.