I got it to work last night.....here's the thing that I found.....
First...use the "which" command, it will tell you "which" directory it's looking to for the java directory.
When I did this strategy on RedHat 7.1, it directed me towards the "usr/bin" directory. Once I was there, I had a look at the "java" file.
It's really a short script that repoints the activity at "/usr/bin/kafe" (I think that's where mine pointed, your milage may vary).
To fix all of this, and get everything going, I simply commented out that line and replaced it with the path to "/usr/java/jre1.3.1-01/bin/java" where the jre unpacked itself.
Voila, everything worked correct. After checking some of the other stuff in the /usr/bin directory, I found that there are quite a few of these "indirections" going on........
Danny |