Hello again,
Need assistance with setting the JDK in OS X Leopard to 1.6.
I did the following steps:
(1) cd /System/Library/Frameworks/JavaVM.framework/Versions/
(2) rm -rf CurrentJDK
(3) ln -s 1.6.0 CurrentJDK
(4) Verified the new CurrentJDK alias by doing the following:
However, when I check the version of
java from the command line, I get this:
When I checked which java this is what I got:
Has anyone set the JVM / JDK in OS X Leopard to 1.6?
Happy programming...