org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException异常怎么解决?

时间:2024-05-18 16:12:11

这个异常是Maven中Tomcat依赖的JDK版本与环境变量中的JDK版本不同引起的,可以按照以下步骤解决该异常:

右击项目=>选择Maven=>点击Add Plugin

org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException异常怎么解决?

在下图箭头指向的空格输入:“Tomcat”(前提你已经重新配置了索引)

选择你之前使用的Tomcat版本即可

点击OK

org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException异常怎么解决?

重新发布一下就可以了:

右键项目Run As => Maven Build... =>

org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException异常怎么解决?

如有问题,可以留言讨论