View Single Post
  #8 (permalink)  
Old 03-14-2006, 01:33 PM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,103
Default

Quote:
Originally Posted by jasonwillis
when I followed the instructions from the quick start guide:
* su - root
* cd /System/Library/Frameworks/JavaVM.Framework/Versions
* rm CurrentJDK
* -s 1.5 CurrentJDK

I followed the instructions there and I deleted the file CurrentJDK and spent a few hours trying to get 1.5 back up and running? Is there something I was doing wrong?

that last command should be "ln -s 1.5 CurrentJDK". As root, what do you get from "java -version"
Reply With Quote