Re: porting to another jvm/jit

2003-10-08 Thread Ricky Clarkson
That sounds like a nice project. I suggest you get hold of the source of a JVM that already uses Classpath and take a look at it. I think kissme is probably a good example, but others on the list probably have different opinions. I haven't actually looked at any kissme code though. If you find

porting to another jvm/jit

2003-10-07 Thread Joseph Wenninger
Hi I'm porting a jvm/jit for a university project to the gnu classpath, since it is nearly impossible to support the sun jre, if you can't sign the sun community license, and therefor don't have the sun-namespaces sources. I have done a quick hack for testing purposes, but how would I cleanly

Re: porting to another jvm/jit

2003-10-07 Thread David BĂ©langer
On Tue, Oct 07, 2003 at 08:46:44PM +0200, Joseph Wenninger wrote: Hi I'm porting a jvm/jit for a university project to the gnu classpath, since it is nearly impossible to support the sun jre, if you can't sign the sun community license, and therefor don't have the sun-namespaces sources.