I just downloaded jdk1_1_6-v2-glibc_tar.gz and set it up in
/usr/lib/jdk1.1.6. I'm using Red Hat 5.1 on Intel and I had previously
updated glibc with glibc-2_0_7-19. I also set up my path to
/usr/lib/jdk1.1.6/bin. When I try to compile: javac hello.java, I get
the error message CLASSPATH is not set! All right, but the README.linux
says I shouldn't have to set a CLASSPATH. However, the README seems to
apply to Version 4a, and I downloaded from ..../v2 (see file name
above). I then tried to add a CLASSPATH variable to my bash shell with
export CLASSPATH=.:/usr/lib/jdk1.1.6/lib/classes.zip, and I get "No
library path set", even when echo $CLASSPATH gives me back a good
string. What am I missing? . . .

Reply via email to