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

后端 未结 9 2035
情歌与酒
情歌与酒 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:20

    In my case, the issue was that JAVA_HOME was pointing to a path upto /bin folder (C:\Program Files (x86)\Java\jdk1.8.0_91\bin\) - while Eclipse accepts this, IntelliJ does not.

    Updating to JAVA_HOME=C:\Program Files (x86)\Java\jdk1.8.0_91 resolved the issue.

提交回复
热议问题