Error:CreateProcess error=216, This version of %1

前端 未结 1 2058
一整个雨季
一整个雨季 2020-12-29 16:08

ERROR MESSAGE:

Error:CreateProcess error=216, This version of %1 is not compatible with the version of Windows you\'re running. Check your comput

相关标签:
1条回答
  • 2020-12-29 17:00

    Change in project structure

    You have to change the jdk location in project structure

    Follow those steps

    Go to file -> project structure -> sdk location

    Unselect Use embedded jdk(recommended)

    Then Change the jdk location to C)Program Files/java/jdk1.x.x_xxx

    Where x is dependent on the JDK version you have installed locally.

    0 讨论(0)
提交回复
热议问题