I recently installed Java SE Development Kit 7u5 on my Mac running Lion version 10.7.4. At install the I take the only installation option available which is to install for all users on this computer.
I've tried following several guides in order to get it set up properly with Eclipse but to no avail. I'm following this Oracle guide. As it stands Java SE 7 is at the top of the Java Preferences list (so it takes precedence over other versions). Also running java -version in Terminal gives the correct result. However when I try to add the JDK to Eclipse as per the guide mentioned above the directory structure "/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home" simply isn't there :
Here is a link to a screenshot of my directory structure after installing
I've tried selecting a greyed out 1.7.0.jdk but obviously it's not selectable. If I just try and go ahead with the "JavaVirtualMachines" directory Eclipse doesn't recognise it as a root folder. I've also looked in the Library path from my user folder but also doesn't have the required structure.
On a side note it worries me that no course I've been on teaches you how to deal with all these quirks ... and why hasn't this seemingly trivial process been simplified .... Should I be finding it this confusing to get a SDK working with an IDE?
If anyone knows of any courses please do let me know!
Can anyone help me fix this please?