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