Eclipse------使用Debug As时报错java.lang.IllegalStateException: Failed to read Class-Path attribute from manifest of jar file:/XXX
报错信息:
java.lang.IllegalStateException: Failed to read Class-Path attribute from manifest of jar file:/XXX
原因:可能是依赖包坏掉了
解决方法:
顺着给出的路径把路径下的文件删了,然后右键-》“Properties”-》“Maven”-》“Maven Build”重新下载依赖包即可
转载:https://www.cnblogs.com/zr520/p/5709745.html