Compilation err ororg.eclipse.jdt.internal.compiler.classfmt.ClassFormatException

Posted 青春朝阳

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Compilation err ororg.eclipse.jdt.internal.compiler.classfmt.ClassFormatException相关的知识,希望对你有一定的参考价值。

严重: Compilation error
org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
at org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader.<init>(ClassFileReader.java:372)
at org.apache.jasper.compiler.JDTCompiler$1.findType(JDTCompiler.java:232)
at org.apache.jasper.compiler.JDTCompiler$1.findType(JDTCompiler.java:188)

 

 

这个问题可能是因为tomcat的jre和你项目使用的不一致导致的。

和build path中

三处都保持版本一致,可解决。

 

以上是关于Compilation err ororg.eclipse.jdt.internal.compiler.classfmt.ClassFormatException的主要内容,如果未能解决你的问题,请参考以下文章

错误 [ERR_PACKAGE_PATH_NOT_EXPORTED]:在@babel/helper-compilation-targets/package.json 中没有解决“导出”主要问题

Compilation failure: Compilation failure:

.22-浅析webpack源码之compile流程-事件流compilation总览

OpenSSL Compilation and Installation

Aheadof Time Compilation(AOT) vs (JIT)Just In Time compilation approach

以编程方式访问 web.config 的 <compilation /> 部分?