View Single Post
  #3   (View Single Post)  
Old 29th July 2008
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by incripshin View Post
If I give the full path to the binary, it runs fine.
I don't run 1.7, but creating symlinks in 1.6 has worked for me:
Code:
# ln -sf /usr/local/jdk-1.6.0/bin/java /usr/local/bin/java
# ln -sf /usr/local/jdk-1.6.0/bin/javac /usr/local/bin/javac
Reply With Quote