微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

我如何找到junit.platform.console.ConsoleLauncher

如何解决我如何找到junit.platform.console.ConsoleLauncher

我的项目必须在终端中为cicd运行Java测试,实际上,该项目是C / C ++,我正在演示阶段编写Java接口。

我使用apt-get install junit5在系统上安装了junit,认路径在/usr/share/java中:

.rw-r--r-- root root 110.1 KB Wed Oct 25 06:03:22 2017  junit-3.8.2.jar
...
.rw-r--r-- root root  62.9 KB Sun Nov 24 08:31:45 2019  junit-platform-console-1.3.2.jar
.rw-r--r-- root root   7.4 KB Sun Nov 24 08:31:45 2019  junit-platform-console-standalone-1.3.2.jar
lrwxrwxrwx root root    43 B  Sun Nov 24 08:31:45 2019  junit-platform-console-standalone.jar ⇒ junit-platform-console-standalone-1.3.2.jar
lrwxrwxrwx root root    32 B  Sun Nov 24 08:31:45 2019  junit-platform-console.jar ⇒ junit-platform-console-1.3.2.jar
...
lrwxrwxrwx root root    15 B  Wed Oct 25 06:03:22 2017  junit.jar ⇒ junit-3.8.2.jar
...

我想在控制台中运行junit,所以我运行java -jar junit-platform-console-standalone.jar,但输出

Error: Unable to access jarfile junit-platform-console-standalone.jar

即使我export CLAsspATH=${CLAsspATH}:/usr/share/java

下一步,我运行java -jar /usr/share/java/junit-platform-console-standalone.jar,我得到了

Error: Could not find or load main class org.junit.platform.console.ConsoleLauncher
Caused by: java.lang.classNotFoundException: org.junit.platform.console.ConsoleLauncher

事实上,我在{p>

org.junit.platform.console.ConsoleLauncher

但是junit-platform-console-standalone没有找到它。

也许是一个微妙的环境错误?我不知道。

非常感谢您!

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。