标签:read 本机 install 注意 多个 依赖管理 版本 依赖包 from
在maven的依赖管理中经常出现的:Failed to read Class-Path attribute from manifest of jar错误
这个错误表示读取依赖包失败,比如依赖包存在多个版本,或者不存在
那么解决方式就是找到在本机中依赖的存在位置,然后把它删除,在开发工具中重新下载依赖(注意:开发工具中最好执行maven的clean命令重新install来确保编译内容更新)
Failed to read Class-Path attribute from manifest of jar
标签:read 本机 install 注意 多个 依赖管理 版本 依赖包 from
原文地址:https://www.cnblogs.com/lay2017/p/8838790.html