当前位置:   article > 正文

this version of the Java Runtime only recognizes class file versions up to 52.0

this version of the java runtime only recognizes class file versions up to 5

踩坑日记

博客上很多博主说这个是jdk版本的问题,我所有地方都设置的是jdk1.8,但还是报错

Caused by: java.lang.UnsupportedClassVersionError: org/springframework/cloud/bootstrap/RefreshBootstrapRegistryInitializer 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 52.0

Caused by: java.lang.IllegalArgumentException: Cannot instantiate interface org.springframework.boot.BootstrapRegistryInitializer : org.springframework.cloud.bootstrap.RefreshBootstrapRegistryInitializer

Caused by: java.lang.UnsupportedClassVersionError: org/springframework/cloud/bootstrap/RefreshBootstrapRegistryInitializer 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 52.0
  • 1
  • 2
  • 3

我的java -version 是jdk1.8,javac -version也是1.8请问有人遇到类似情况吗?

1、我的报错:
在这里插入图片描述
2、双击查找
在这里插入图片描述
3、点进查找到的.class文件
在这里插入图片描述
4、删除高版本、选折低版本的
在这里插入图片描述
在这里插入图片描述
5、至于为什么不能maven clean install , 因为每次maven clean install 之后又出现了类似4.0.1的高版本的jar包,怎么让它不产生4.0.1高版本的jar包请各位网友提供思路。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/479524
推荐阅读
相关标签
  

闽ICP备14008679号