首页 > 技术文章 > Failed to read Class-Path attribute from manifest of jar file:/XXX问题

shuo1208 2018-03-02 16:26 原文

java.lang.IllegalStateException: Failed to read Class-Path attribute from manifest of jar file:/XXX

出现这个问题的解决方案就是将原有的jar删除  然后重新下载过一遍就可以使用了  我估计是元数据等损坏了。

具体做法:cd 项目目录,mvn compile即可

推荐阅读