踩坑日记
博客上很多博主说这个是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
我的java -version 是jdk1.8,javac -version也是1.8请问有人遇到类似情况吗?文章来源:https://www.toymoban.com/news/detail-507931.html
1、我的报错:
2、双击查找
3、点进查找到的.class文件
4、删除高版本、选折低版本的
5、至于为什么不能maven clean install , 因为每次maven clean install 之后又出现了类似4.0.1的高版本的jar包,怎么让它不产生4.0.1高版本的jar包请各位网友提供思路。文章来源地址https://www.toymoban.com/news/detail-507931.html
到了这里,关于this version of the Java Runtime only recognizes class file versions up to 52.0的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!