Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I downloaded JDK7u4 for Mac OS X, and installed it. Now I would like to setup Eclipse to use this JDK. In Preferences > Java > Installed JREs what location should I set for JRE home? I installed it on the default location.

share|improve this question

2 Answers

up vote 5 down vote accepted

See Oracles's JDK release notes

In the "JRE Home:" field, type "/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home"

Note you will have to type it as the open dialog finds a OSX bundle at "/Library/Java/JavaVirtualMachines/1.7.0.jdk/ and will not browse into it

share|improve this answer

See this? http://code.google.com/p/openjdk-osx-build/wiki/EclipseWithOpenJDK

Home dir would be: /Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.