Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Java JDK 7 and CurrentJDK

Hi, I've just installed the las JDK from Oracle (JDK 7 with java 1.7.0_25)


After that in /System/Library/Frameworks/JavaVM.Framwork/Versions/ directory CurrentJDK still links to java 1.6 version but I don't have java 1.6 installed in my machine and that directory doesn't exists.


"CurrentJDK -> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents"



What can I do?


Thanks

MacBook Pro (13-inch Mid 2012), OS X Mountain Lion (10.8.4)

Posted on Jul 29, 2013 4:33 PM

Reply
Question marked as Best reply

Posted on Jul 29, 2013 4:44 PM

Terminal:


cd /System/Library/Frameworks/JavaVM.framework/Versions/

sudo ln -fhsv 1.7 CurrentJDK ; exit

2 replies

Java JDK 7 and CurrentJDK

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.