This is what I did:
1. Deinstall Kaffe.
2. mkdir /java  // of course, you have to specify your directory
3. chown wdacruz /java
4. chgrp wdacruz /java
5. su wdacruz
6. tar xvzf jdk_1_1_7-v1a-glibc-x86_tar.gz
7. tar xvzf jdk_1_1_7-v1a-glibc-x86-native_tar.gz
8. My java directory looks like this:
        ...
        drwxr-s-x 5 wdacruz wdacruz 1024 Nov 29 18:43 jdk117_v1a
        ...
9. cd /home/wdacruz
10. vi .bashrc
11. add line at the end: export PATH=/java/jdk117_v1a/bin:$PATH
12. Save file, exit, and login again
13. type: 'which java' You should get: /java/jdk117_v1a/bin/java
14. type: 'java -version' You should get: java version "1.1.7"

I hope this could help.

                                Regards, Walter

At 11:04 PM 12/3/98 +0930, you wrote:
>    Hi,     I followed the install notes  for jdk117 on redhat 51 and get
>the message CLASSPATH not set ??? when i try to  use it , the notes say I
>dont have to do  this. TIA and regards. 
Linux and Java will save the world.... :-)     | 408.294.4750
http://www.concentric.net/~Wdacruz/Index.shtml | [EMAIL PROTECTED]
_______________________________________________|_______________________

Reply via email to