cannot be read or is not a valid ZIP file
程序员文章站
2022-03-02 16:53:13
...
在eclipse下创建 maven 项目,运行 flowable 6.1.2
配置maven之后,下载相应的依赖库。
发现报错:
Archive for required library: '/Users/teamlet/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.7.5/jackson-databind-2.7.5.jar' in project 'holidy' cannot be read or is not a valid ZIP file
刷新几次无果。
启动终端,进入目录
/Users/teamlet/.m2/repository/com/fasterxml/jackson/core/jackson-databind
删除目录下的 2.7.5
rm -rf 2.7.5
在项目中,右键点击项目名称 –>maven –> update project…
上一篇: eclipse maven项目(Archive for required library:'包路径'in project)报错问题解决
下一篇: maven项目 关于MyEclipse报:" cannot be read or is not a valid ZIP file"的解决方案
推荐阅读
-
Failed to load project configuration:xxx cannot read file .idea/misc.xml
-
Auth Password Cannot Be Read From a File
-
go mod出现zip: not a valid zip file的解决办法
-
cannot be read or is not a valid ZIP file
-
maven项目 关于MyEclipse报:" cannot be read or is not a valid ZIP file"的解决方案
-
xxx cannot be read or is not a valid ZIP file 解决方案
-
解决使用maven的java web项目导入后出现的有关问题 -cannot be read or is not a valid ZIP file...
-
eclipse maven error: Archive for required library in project cannot be read or is not a valid ZIP fi