在 linux 终端窗口中输入“$ ant -version”时,我收到 2 个错误,后跟版本号以及编译时间。
第一个错误:
/usr/bin/build-classpath: error: Could not find xml-commons-apis Java extension for this JVM
第二个错误:
/usr/bin/build-classpath: error: Some specified jars were not found
其次是
Apache Ant version 1.6.5 compiled on January 6 2007
我将 $JAVA_HOME 设置为 jdk 位置并添加到我的路径中
这些错误的原因可能是什么?