Hello,
In my RHEL4 box, when I run the command "java -version" I got the answer:
Java version "1.4.2"
gcj (GCC) 3.4.6 20060404 (RedHat 3.4.6-8)
but when I updated the latest jre into the box and run the command "rpm -qa |grep jre" I got:
jre-1.5.0_13-fcs
My problem is that I cannot run my application that requires jre-1.5.0_13-fcs even though it was installed. Please advise or show me how to bring the two versions to be the same, thanks very much.
In my RHEL4 box, when I run the command "java -version" I got the answer:
Java version "1.4.2"
gcj (GCC) 3.4.6 20060404 (RedHat 3.4.6-8)
but when I updated the latest jre into the box and run the command "rpm -qa |grep jre" I got:
jre-1.5.0_13-fcs
My problem is that I cannot run my application that requires jre-1.5.0_13-fcs even though it was installed. Please advise or show me how to bring the two versions to be the same, thanks very much.