Dear All,
old java is installed in my system (redhat 9.0(linux))
#java -version
java version "1.3.1"
jdkgcj 0.2.3 (
http://www.arklinux.org/projects/jdkgcj)
gcj (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
Copyright (C) 2002 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.
same output either with root or normal user
but i followed documentation "http://java.sun.com/j2se/1.4.2/install-linux.html" and installed new j2sdk 1.4.2 but again when i check its version it is showing old java as
#java -version
java version "1.3.1"
SO WHY IT IS SHOWING OLD JAVA INSTEAD OF NEW ONE.
Any help appreciated,
-jack