idea 报错Java Runtime (class file version 61.0), this version of the Java Runtime only …55.0

RootLogLevelConfigurator has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0

55对应jdk11,61对应jdk17.

查看自己pom文件中java的版本,将版本改为11

setting中版本改为11

project structure中版本改为11

pom中指定springboot版本号,3.1的版本需要jdk17。最后右侧maven 先clean 再install 

 

 

文章出处登录后可见!

已经登录?立即刷新

共计人评分,平均

到目前为止还没有投票!成为第一位评论此文章。

(0)
xiaoxingxing的头像xiaoxingxing管理团队
上一篇 2023年12月6日
下一篇 2023年12月6日

相关推荐