I have been developing an app with the GAE-Eclipse-plugin. I just updated eclipse to app-engine 1.7.7. So that launched a whirlwind of errors that I have been walking thru. I finally figured that I need to install jre7
. So I went to http://www.macupdate.com/app/mac/44788/java-se-runtime-environment-7 and installed the jre. Then I try to link eclipse to the jre by going thru eclipse > preferences > java > installed JREs
. There I only saw Java SE 6. So I clicked on MacOS X VM
then browsed to /System/Library/Frameworks/JavaVM.framework/Versions/
. When I got there I expected to find 1.7
. But instead, after 1.6.0
I see A
, Current
, CurrentJDK
.
Is the correct version missing from the list or which one of those three am I to select otherwise?