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