ClassFormatException: File: ‘java/lang/CharSequence.class‘: Invalid byte tag in constant pool: 15

ClassFormatException: File: ‘java/lang/CharSequence.class‘: Invalid byte tag in constant pool: 15_第1张图片

明明项目中没有错误的地方,但是在启动的时候去出现了问题,这是由于JDK的版本和aspectj不匹配的原因,可以尝试更换jdk或者aspectj的版本,如果两个版本都没有问题,可以尝试一下下面的解决方法:

ClassFormatException: File: ‘java/lang/CharSequence.class‘: Invalid byte tag in constant pool: 15_第2张图片

ClassFormatException: File: ‘java/lang/CharSequence.class‘: Invalid byte tag in constant pool: 15_第3张图片

还有可能是tomcat和jdk版本不匹配

tomcat8以上的对应jdk1.8以上的,tomcat8以下对应jdk1.8以下的.

你可能感兴趣的:(日常问题,java,开发语言)