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

水深无声 2024-03-22 21:01 209阅读 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

3487d8a212924797ba4aa57182641438.png

project structure中版本改为11

a540dd045cd44aefab133132608eaf6a.png

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

083cf559a2e246dca054548aec392351.png

发表评论

表情:
评论列表 (有 0 条评论,209人围观)

还没有评论,来说两句吧...

相关阅读