simplecaptcha-1.2.1.jar无法读取或不是有效的ZIP文件

问题描述 投票:0回答:1

POS.chml

<!-- https://mvnrepository.com/artifact/nl.captcha/simplecaptcha -->
<dependency>
    <groupId>nl.captcha</groupId>
    <artifactId>simplecaptcha</artifactId>
    <version>1.2.1</version>
</dependency>

Java构建路径问题

描述资源路径位置类型存档所需的库:项目'wheelmonk'中的'C:/Users/RAJAT/.m2/repository/nl/captcha/simplecaptcha/1.2.1/simplecaptcha-1.2.1.jar'无法读取或不是有效的ZIP文件wheelmonk构建路径构建路径问题

java eclipse maven jar zip
1个回答
1
投票

引用的jar是maven central repo上的有效jar,因此可以将其排除在原因之外。如果实际上已经正确下载,请首先检查您的jar文件,并且可以通过例如7zip的。

如果在此jar文件中有任何内容被删除,请将其删除并重新解析。

© www.soinside.com 2019 - 2024. All rights reserved.