赞
踩
博客上很多博主说这个是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请问有人遇到类似情况吗?
1、我的报错:
2、双击查找
3、点进查找到的.class文件
4、删除高版本、选折低版本的
5、至于为什么不能maven clean install , 因为每次maven clean install 之后又出现了类似4.0.1的高版本的jar包,怎么让它不产生4.0.1高版本的jar包请各位网友提供思路。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。