Java 1.5 on Mac
cd /System/Library/Frameworks/JavaVM.framework/Versions sudo rm CurrentJDK sudo ln -s 1.5 CurrentJDK
edit your profile (~/.profile) and add
export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home
and then source .profile or restart the shell.
Comments:
Add a new Comment

Back to top