gpt4 book ai didi

java - 无法解析 org.hamcrest.Matcher 类型。它是从所需的 .class 文件间接引用的

转载 作者:行者123 更新时间:2023-12-01 06:21:58 25 4
gpt4 key购买 nike

代码在 Eclipse Oxygen 3 中工作正常,但相同的代码在 Eclipse Photon 中显示错误。

错误:无法解析 org.hamcrest.Matcher 类型。它是从所需的.class文件间接引用的

pom.xml:hamcrest 的依赖项

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>hamcrest-core</artifactId>
<groupId>org.hamcrest</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>

有人知道如何消除此错误吗?

最佳答案

将下面的 hamcrest-all jar 放在您的构建路径中,这对我有用。

https://mvnrepository.com/artifact/org.hamcrest/hamcrest-all/1.3

关于java - 无法解析 org.hamcrest.Matcher 类型。它是从所需的 .class 文件间接引用的,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52327086/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com