IntelliJ - Can't start - “JAVA_HOME does not point to a valid JVM installation”

后端 未结 9 2066
情歌与酒
情歌与酒 2021-01-08 00:48

For every other StackOverflow question that\'s been asked about this, here, here, and here, I\'ve followed all the steps to resolve this issue, and none have worked.

9条回答
  •  我在风中等你
    2021-01-08 01:14

    Open a CMD window, and enter:

    echo %JAVA_HOME%
    

    Verify the result is indeed the path entered your JAVA_HOME variable, i.e. C:\Program Files\Java\jdk1.8.0_74.

    In my case, a space was slipped in, that was not visible in the Envrironment Variables window.

提交回复
热议问题