>>>>> David Buddrige writes:
David> Hi all,
David> I have recently downloaded JDK 1.1.6 from
David> ftp.progsoc.uts.edu.au/pub/Linux/java to run on my Redhat
David> 5.1 system... I've un-tar'ed it into /usr/local/jdk1.1.6,
David> and then added the following lines to my /etc/profile
David> file....
David> PATH="$PATH:/usr/X11R6/bin:/usr/local/jdk1.1.6/bin"
David> export JAVA_HOME="/usr/local/jdk1.1.6
David> export CLASSPATH="/usr/local/jdk1.1.6/lib/classes.zip"
David> I then wrote a very basic "hello world" program, and attempted to
David> compile it, using javac... however I get the message:
David> No library path set.
Ok, I've seen JDK is running for you know, but I think the original problem
was that you have kaffe installed.
PATH=/usr/local/jdk1.1.6/bin:$PATH might have solved the problem
David> Can anyone tell me what I have done wrong? I've been
David> searching through the archives here, and reading through
David> the readme file, however I can't see what I've missed...
Juergen