Eclipse - no Java (JRE) / (JDK) … no virtual machine

前端 未结 30 2012
青春惊慌失措
青春惊慌失措 2020-11-22 05:58

I am trying to get Eclipse v3.5 (Galileo) to re-run on my computer - I have run it before with no problems, but now I keep getting this error:

30条回答
  •  轮回少年
    2020-11-22 06:29

    The JDK does not install a JVM in the default path.

    Unless you need external tools to run like ant, the non-JDK is enough for Eclipse to run. The easiest way to install such a JVM is to go to http://java.com and let it install whatever it want to install.

    Then double-click the Eclipse binary again.

提交回复
热议问题