' in project 'SSMDemo' cannot be read or is not a valid ZIP ...
Archive for required library: xxxx in project cannot be read or is not a valid ZIP file 找到xxxx路径下的文件,删除该文件夹下所有文件。 回到eclipse中,maven update project jar包会重新下载, run as maven clean 就是让maven重新下载jar包 ...
2019-03-02 21:39 0 1094 推荐指数:
' in project 'SSMDemo' cannot be read or is not a valid ZIP ...
今天在导入maven项目的时候在problems视图中报错: Archive for required library:xxxxx/spring-beans-3.2.4.RELEASE.jar in project XXXXX cannot be read or is not a valid ...
我的maven 项目有一个红色感叹号, 而且Problems 存在 errors : Description Resource Path Location Type Archive for required library: 'D:/mvn/repos/junit/junit/3.8.1 ...
error: Description Resource Path Location Type Archive for required library: 'C:/Users/EuphemiaShaw/.m2/repository/org/apache/hadoop/hadoop-hdfs ...
‘xxxxxxxxx’ cannot be read or is not a valid ZIP file ...
今天导入以前的2个web项目后会出现以下三个错误: 1. Archive for required library: ‘WebContent/WEB-INF/lib/readme.txt’ in project ‘xxxxxxxxx’ cannot be read ...
右击有红色叹号的java project Build path>>Configure Build Path Resource >> java build path Libaries 点击如下图所示的JRE System ....点击右边 ...
出错情景:maven项目clear后直接install 出错原因:maven执行install后先编译第一个module然后开始打包,编译第二个module继续打包(这个时候文件夹中已经包含了这个文件,所以出现这个错误) 解决方案:先clear complie install ...