Quote:
|
Originally Posted by ksm89 Here is the output of "echo $PATH":
/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/X11R6/bin:/usr/local/jdk/bin:/usr/local/gnome/bin:/usr/local/jre1.5.0_04/bin
. |
There you go. Theres a "/usr/local/jdk/bin" in your path, which I guess points back to the old java installation.
You dont need to do anything with your uncompressed folder -so far-.
If I was you, Id delete everything in /usr/local/jdk/ and move the contents of /usr/local/jre1.5.0_04/ in there, however, thats not for the faint of heart and would probably bring some issues with applications using the old jdk (since its bundled with Yoper...). If you are not a newbie, you might try this, however, its kinda risky.
So try this instead; change my prior suggestion to
Code:
PATH=/usr/local/jre1.5.0_04/bin:$PATH
Now, issue a
It should output something about jre 5.0 (or 1.5)
Let me know.
[Edit]
Im sorry, programmers fault. I thought you were trying to install the "jdk" and not the "jre", so the moving/renaming thing is a little more tricky, just forget that, just try the PATH part (well, the other was meant to make you "hack" your Linux distro if you wanted to, anyway)