I repeatedly got this message: "Archive for required library: 'X:/XXXX/XXXX/.m2/repository/javax/enterprise/cdi-api/1.0-SP4-redhat-4/cdi-api-1.0-SP4-redhat-4.jar' in project 'XXXXClient' cannot be read or is not a valid ZIP file XXXXClient Build path Build Path Problem" for the foll...
[Maven]Archive for required library cannot be read or is not a valid ZIP file 用git给项目切换了版本之后,Eclipse项目上包红叉出现了这个的问题,大概就是说某包找不到或者读不出来, 凭着感觉做了下果然好用了: 1.delete folder 按照它提示的路径在maven本地仓库中把这个包的文件夹删掉 2.点项目右键 ->...
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包...
一、异常现象 用STS创建Spring boot 项目的时候,报出如下错误: Archiveforrequired library: 'G:/Programme1/Maven/Repository/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar' in project 'springboot_demo' cannot be read or is not a valid ZIP file 如下图: 二、原因 jar包下载的时候出错...
Maven异常_05_Archive for required library cannot be read or is not a valid ZIP file 一、异常现象 用STS创建Spring boot 项目的时候,报出如下错误: 代码语言:javascript 复制 Archiveforrequired library:'G:/Programme1/Maven/Repository/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar'in...
3. 依赖的jar包应该都下载下来了,pom文件未飘红。 4. 但是Eclipse提示有错误: Invalid ZIP archive: /home/su/.m2/repository/org/scala-lang/scala-reflect/2.10.4/scala-reflect-2.10.4.jar。 5. 尝试自己从网上下载了一个scala-reflect-2.10.4.jar,然后手动替换maven库中的相应的jar包,失败。maven...
使用maven获取相关的依赖jar包时,出现异常:Archive for required library: 'D:/maven/repository/org/springframework/spring-context/4.0.0.RELEASE/ in project 'webmvc' cannot be read or is not a valid ZIP file 但是我去相关的目录找到了相关的jar包,但是IDE中仍然报错;在搜索引擎上找到了一个处理的方法...
java web项目一直都是好好的,后面电脑安装过系统后(以之前的版本不一样),安装所需软件(如myeclipse、tomcat)并进行配置。然后在myeclipse中添加项目却报错了 1.Archive for requiredlibrary:‘... .jar’ in project ‘xxxxxxxxx’ cannot be read or is not a valid ZIP file. ...
解决使用maven的java web项目导入后出现的有关问题 -cannot be read or is not a valid ZIP file java web项目一直都是好好的,后面电脑安装过系统后(以之前的版本不一样),安装所需软件(如myeclipse、tomcat)并进行配置。然后在myeclipse中添加项目却报错了1.Archive for required library: ‘... .jar’ in ...
Archive for required library: '/Users/{user}/.m2/repository/org/apache/xmlbeans/xmlbeans/2.6.0/xmlbeans-2.6.0.jar' in project 'my_project' cannot be read or is not a valid ZIP file. (The error may relate to a different jar.) ...