简体   繁体   中英

Different Project SDK and Language Level

I have recently downloaded IntelliJ IDEA (2018 version) and Java JDK 12. When I was configuring IntelliJ with JDK 12, the Project Language level is stuck at Java 9. Hence, I cannot use the new features in Java 12.

I have searched about this issue over the Internet, but this problem has not yet been identified, mostly because JDK 12 was released just last week (2019 March 19).

Project Structure: 项目结构

To use new language feature of java12 you need Intellij Idea 2019.1 which has Java 12 Switch Expressions (Preview) support. Then in project structure you could select language level:

在此处输入图片说明

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