-1

while launching eclipse from the terminal I get this error Unable to find any JVMs matching architecture "x86_64". No Java runtime present, try --request to install. No Java runtime present, requesting install thank you

2 Answers2

1

Re-check your Java version by java -version and make sure that it matches your Mac's architecture and $JAVA_HOME points to correct version.

If you do have correct Java version installed, maybe that's some kind of a bug.

Miu
  • 23
  • 5
0

If Miu's above suggestion didn't work - see MrDev's answer here that indicates that what is needed is the Java JDK rather than JRE.

Jazzmine
  • 1,837
  • 8
  • 36
  • 54