This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCJ with OpenJDK Java API instead of GNU Classpath


Hi Sal,

Sal schrieb:
> 
> I'm currently trying to make it all the way through the openjdk build
> process, to get at the .java sources, and isolate the JNI parts needed
> for a working library.  Possibly if anyone has already done this let me
> know - as it doesn't seem other parts are very critical - (hotspot,
> etc.) to get running, since we're just replacing Classpath initially.
> 
> Looking forward to any ideas/comments!
The CacaoVM is currently one of the virtual machines that can be
combined with either GNU Classpath or the OpenJDK class library. The
IcedTea build environment even supports using Cacao's libjvm.so instead
of building it itself.

So if you can make a suitable libjvm.so out of GCJ (or better gij, the
interpreter) you can most likely reuse what IcedTea provides for Cacao.

The Cacao project's development mailing list is here:

  cacao <cacao@complang.tuwien.ac.at>

Just in case you have any questions regarding OpenJDK integration. :)

Good luck with your project!

(Btw: Wouldn't this have been an excellent GSoC idea?)

Regards
Robert

Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]