|
under FC4, login as root:
**********
[root@localhost alternatives]# alternatives
bash: alternatives: command not found
[root@localhost alternatives]#
****************
what's the problem ?
by the way, i install JDK1.5.0 and set the envirenment
how to remove the original JDK1.4 ?
******************
[root@localhost alternatives]# echo $JAVA_HOME
/usr/java/jdk1.5.0_03
[root@localhost alternatives]# java -version
java version "1.4.2"
gij (GNU libgcj) version 4.0.0 20050519 (Red Hat 4.0.0-8)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
********************* |
|