Error Launching Idea. Failed to load JVM DLL C:\Program Files\Java\jdk1.8.0_112

前端 未结 14 1316
野趣味
野趣味 2020-12-11 14:15

Whenever I open IntelliJ IDEA i get this error:

but I have that defined and I don\'t know why it wont work:

Any help accepted.

14条回答
  •  一生所求
    2020-12-11 15:15

    Change the following value from your Path system variable:

    C:\Program Files (x86)\java\jdk1.8.0_112\jre\bin\server\jvm.dll
    

    to:

    %JAVA_HOME%\bin
    

    Also make sure there are no any other references to Java folders in the Path variable.

提交回复
热议问题