Cannot find essential class 'java/lang/Object'
Kiyo Inaba
kaffe@rufus.w3.org
Fri, 17 Jul 1998 19:03:27 +0900
>I tried again on my debian system (2.0 frozen), and the exact same thing
>happens, both when I install from source, and from a .deb package.
This should happen when you don't have any proper CLASSPATH
setting. Please check CLASSPATH (which will not be defined)
and set it something like
.:/usr/local/share/kaffe/Klasses.jar:/usr/local/share/kaffe/pizza.jar
Check files Klasses.jar and pizza.jar exist.
>do I need any class files from SUN?
No, never. If you just want to check Kaffe's working.
Kiyo