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"