I talked with root and told me he re-installed linux. Does Linux contain kaffe by default? I typed: lcomp98.fi-b.unam.mx carlos>which javac /usr/bin/javac and /usr/bin contains kaffe. What's that? He removed it and I typed: lcomp98.fi-b.unam.mx carlos>which java /users/local/bin/java/jdk1.1.5/bin/java That's right. Thanks to all of you. Carlos Alberto Roman Zamitiz Departamento de Ingenieria en Computacion, Facultad de Ingenieria UNAM [EMAIL PROTECTED] On 9 Dec 1998, Juergen Kreileder wrote: > >>>>> Carlos Alberto Roman Zamitiz writes: > > Carlos> Hi, yesterdar root had a problem with his linux server and > Carlos> I don't know certainly what happened but today I typed: > > Carlos> lcomp98.fi-b.unam.mx carlos>javac HolaMundo.java > Carlos> No library path set. > > Carlos> I revised my PATH and CLASSPATH. They are correct. > > No! The 'No library path set' message is from kaffe not from the JDK. > Kaffe also has a 'javac' (/usr/bin/javac ?). > Either deinstall kaffe or set PATH so that it find's the JDK's javac first. > > Carlos> Only if I type full path > Carlos> lcomp98.fi-b.unam.mx carlos>/users/local/bin/java/jdk1.1.5/ > Carlos> bin/javac HolaMundo.java > > > > Juergen >