On Thu, 30 Jul 1998, Per Bjarne Bro wrote:
>...I'm confused about the different versions of java for linux...
>aand I can't execute because I get the error that the essential class
>java/lang/Object can't be found...
>
>Is this another version of the kaffe/JDK confusion? I don't know which
>is which now, so as to erase one, and at least have one working system.
>The system is Redhat 5.0, JDK 1.1.6, Kaffe 1.0. If anyone has words of
>wisdom, it would be appreciated...
You don't have to erase anything, they both coexist (as long as you don't
include JDK's classes.zip and Kaffe's Klasses.jar in the same CLASSPATH). To
compile w/o classes.zip, use pizza instead of javac (included in the kaffe
distrib).
-- Peter