Thread: j2re???
View Single Post
  #10 (permalink)  
Old November 28th, 2005
reggler reggler is offline
Apprentice
 
Join Date: November 27th, 2005
Location: Vancouver, BC
Posts: 8
reggler is flying high
Default

Quote:
Originally posted by limewire
I meant for you to follow the symlink(s). /usr/bin/java should point to your java install or /etc/alternatives/java which points to your install. Your system is saying you don't have the correct java installed, you might have used the one that installs locally as I mentioned above. Either that or java isn't in your path, if so add it.
Code:
reg@linux:~> ls /usr/bin/java
/usr/bin/java
reg@linux:~> ls -l /usr/bin/java
lrwxrwxrwx  1 root root 22 2005-08-13 14:30 /usr/bin/java -> /etc/alternatives/java
reg@linux:~> ls -l /etc/alternatives/java
lrwxrwxrwx  1 root root 35 2005-08-13 15:24 /etc/alternatives/java -> /usr/lib/jvm/jre-1.4.2-sun/bin/java
Reply With Quote