What is the link to install JDK7 (Java 7) on Mac OS X 10.7.3?
What version does it install?
Where does it install on my box?
How do I use it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Download Java SE 7u4 from Oracle. (This is 64-bit only)
This installs to
/Library/Java/JavaVirtualMachines/1.7.0.jdk.However, when you run
java -versionit will still output1.6or some other old version. Follow the readme directions below:Open
Java Preferencesin/Applications/Utilities. DragJava SE 7to the top. It will now be your default JVM. Runjava -versionagain, and you should see something like:Once this is complete, a new install of Eclipse should select JDK7 by default. Otherwise:
Eclipse->Preferences...->Java->Installed JREsAdd...Standard VM/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/HomeintoJRE homeJRE nameto something useful likeJava SE 7Finish