On Monday 18 March 2002 22:34, Carlos Valiente wrote: > I have grabbed a fresh checkout from CVS a couple of hours ago and have > built Kaffe on linux-ppc. Everything compiled OK, but the resulting > version of kaffe didn't seem to work. > > I have invoked kaffe with '-vmdebug NATIVELIB' enabled; the problem was > a missing native (??) implementation of java.Class.newInstance(). That > method is implemented in Java, not as a native method. I rebuilt > Klasses.jar and everything was fine.
My bad. I changed the native implementation of java.Class.newInstance to a pure java one, and deleted the now unnecessary native implementation without telling Archie to regenerate klasses.jar. will be fixed soon, I hope dalibor topic _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
