IntelliJ Compilation Error zip END header not found

前端 未结 8 2310
花落未央
花落未央 2021-02-07 09:09

The Issue

I am unable to compile Java code for an imported Eclipse project on IntelliJ build 182.4505.22 on Java 9 and 10. The following error is displa

相关标签:
8条回答
  • 2021-02-07 10:09

    In my case, it was: /.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.41/tomcat-embed-core-9.0.41.jar I just removed it and I was able to compile my code. Just pay attention to the .jar file in your case it's giving an error. Just remove it and you are good to go.

    0 讨论(0)
  • 2021-02-07 10:10

    I had a similar issue when I used the dependency thymeleaf-extras-springsecurity4 from org.thymeleaf.extras in a spring boot application.

    Updating the dependency to the latest version helped.

    0 讨论(0)
提交回复
热议问题