Issue
When using Eclipse I get this error:
...re are no JREs installed in the workspace t...
Anyone knows what I have to do? Or which JRE (whatever this is) I need? Just started this for school so I don't know a lot about Eclipse yet.
(First word is 'Build' in the error)
Edit:
Solved! New version of eclipse + JDK 7
Solution
You need to install JDK 7 for Mac. Also please review notes.
After installation the JVM should be located in: /Library/Java/JavaVirtualMachines/ path. Java 6 is supported by Apple, so try to check path: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home. Suppose, concrete recipe to installation Java 6 on your Mac depends on your hardware and Mac OS version.
Answered By - Taky