I did not origianlly post this although it DOES work. READ THIS BEFORE POSTING ABOUT INSTALL PROBLEMS AND KEEP REPLYING TO KEEP IT AT THE TOP!
Quote:
Originally posted by Unregistered Well I had a similar sollution and I thought I'd post it here. I am using RedHat 7.2. I did the following.
uninstalled kaffe with the following command
rpm -e kaffe
then I uninstalled jre
rmp -e jre
Then I reinstalled the 1.3.1_01 version
rpm -Uiv jre*
Then I made a symbolic link to the java in my java bin folder
ln -s /usr/java/jre1.3.1_01/bin/java /usr/bin
after that everything seemed to work. Hope that helps some of you. |