Re: Difficulty installing kaffe

1998-05-25 Thread Sean Chen
On Sat, 23 May 1998, Roger Hill wrote: > I have just gone through the Kaffe install, but every time I try anything > (eg javac HelloWorldApp.java), I get: > > [rhill@lappie test]$ javac HelloWorldApp.java > java.lang.NoSuchMethodError: initializeSystemClass You need a patch for kaffe. Try look

Difficulty installing kaffe

1998-05-23 Thread Roger Hill
Hi. I'm not sure if this is the appropriate list, but maybe someone here can help. I have just gone through the Kaffe install, but every time I try anything (eg javac HelloWorldApp.java), I get: [rhill@lappie test]$ javac HelloWorldApp.java java.lang.NoSuchMethodError: initializeSystemClass [rhi