0

The reason is because I have an outdated JVM version(1.6_5).My Google searches direct me to open a Java Control Panel which is not where it should be under System Preferences on my system.

Kara
  • 5,650
  • 15
  • 48
  • 55
Vishnu Nair
  • 137
  • 1
  • 5
  • Please include which version of eclipse you are trying to use, java/c/c++ etc. Also, when trying to start it you should be informed of which JDK you need to install to operate eclipse. – Dan Aug 07 '15 at 16:33
  • 1
    Install the Java 8 JDK (must be JDK not the JRE) from http://www.oracle.com/technetwork/java/javase/downloads/index.html – greg-449 Aug 07 '15 at 16:41

1 Answers1

1

Try using the Eclipse Installer, it will detect what JVMs you have and direct you where to get an appropriate one if you don't already have it.

E-Riz
  • 28,616
  • 7
  • 83
  • 119