【发布时间】:2018-09-11 17:48:26
【问题描述】:
我在 Jenkins 中运行作业,运行时出现以下错误:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run
(deploy-artifact) on project SoapOCPTestingPOC: An Ant BuildException has occured:
The following error occurred while executing this line:
[ERROR] C:\Arun\SoapAutomation\et-ocp-automation\build.xml:37: Unable to find a javac compiler;
[ERROR] com.sun.tools.javac.Main is not on the classpath.
[ERROR] Perhaps JAVA_HOME does not point to the JDK.
[ERROR] It is currently set to "C:\Program Files\Java\jdk1.8.0_181\jre"
[ERROR] around Ant part ...<ant antfile="C:\Arun\SoapAutomation\et-ocp-automation\build.xml">
... @ 4:69 in C:\Arun\SoapAutomation\et-ocp-automation\target\antrun\build-main.xml
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
我有 Java 主页:C:\Program Files\Java\jdk1.8.0_181
我已经尝试了一些可能的方法。但我无法弄清楚。
【问题讨论】:
-
你查看过本页右侧的相关链接,比如this one?