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

这一生的挚爱 提交于 2019-11-29 10:18:09

问题


ERROR MESSAGE:

Error:CreateProcess error=216, This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.

Fellow overflowers I hope you can help me with this issue in Windows 7 x86


回答1:


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.



来源:https://stackoverflow.com/questions/39635044/errorcreateprocess-error-216-this-version-of-1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!