A JRE or JDK must be available in order to run Eclipse. No JVM was found after searching the following locations

前端 未结 27 2140
渐次进展
渐次进展 2020-12-01 00:31

Eclipse is unable to open, have used eclipse before and has open before without a problem. Now I keep getting the following error message:

A Java Runt

27条回答
  •  暖寄归人
    2020-12-01 00:59

    I had this issue; I fixed it by going to

    Computer-->Properties-->Advanced Settings-->Environmental Variables

    In the System Variables find the variable named PATH.
    -->Select Edit -->At the very end of the Path Variable, put a ";" then add your path of your JDK and put \bin\ at the end

    Should be fixed.

    Example:

    System Variable-

    C:\Program Files (x86)\Common Files.......HP\LeanFT\bin

    JDK path-

    C:\Programs Files\Java\jre1.8.0_121

    Final Path -

    C:\Program Files (x86)\Common Files.......HP\LeanFT\bin;C:\Programs Files\Java\jre1.8.0_121\bin\

    Sources: https://www.java.com/en/download/help/path.xml

提交回复
热议问题