我正在尝试在 TeamCity 中构建一个 Maven 项目。当我运行构建时,我收到以下错误:[14:43:19][Compiler] 编译失败
Unable to locate the Javac Compiler in:
C:\BuildAgent\jre\..\lib\tools.jar
Please ensure you are using JDK 1.4 or above and
not a JRE (the com.sun.tools.javac.Main class is required).
In most cases you can change the location of your Java
installation by setting the JAVA_HOME environment variable.
这是 Maven 问题还是 TeamCity 问题?
我必须在构建代理机器上设置 JAVA_HOME 吗?如果将来我最终得到需要不同版本 JDK 的不同构建怎么办?
在此先感谢,乌里格