From: Arno P. <ar...@pu...> - 2011-01-18 20:41:28
|
Guys, we have migrated from OpenJDK to Apache Harmony. We did this mainly because OpenJDK is licensed under the GPL which might have caused legal problems. The C backend can cross-compile Harmony, however, there are still quite a few native methods that need to be implemented (see xmlvm/src/xmlvm2c/lib/native). Help would certainly be appreciated. Also: the --target=posix should now include a working version of the Garbage Collector (thanks to Joshua and Sascha). It should be possible to generate a self-contained, cross-compiled C version of your Java program that runs on any Posix platform. Arno |