简体   繁体   中英

getting compiler error in intelliJ IDE

实际上我今天更新了我的jdk但是当我打开intelliJ时我无法编译任何类..它显示以下消息..“java:在类路径中找不到系统Java编译器”请帮帮我。

The "Project SDK" is probably missing.

Check under File > Project Structure > Project

If it says <No SDK> , click New... and navigate to your new JDK home directory.

Make sure that the Java SDK you are setting in IntelliJ IDE is the same you have settled as your JAVA_HOME environment variable.

IntelliJ is probably matching the path you settled in the IDE with what you have in JAVA_HOME, which might lead to this problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM