我如何找到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 (将#修改为@)