我安装了最新版本的 Anypoint Studio(基于 Eclipse)并创建了一个新的启用 maven 的项目。当 maven 试图解决它的所有依赖项时,我收到以下错误:
[ERROR] Unresolveable build extension: Plugin org.mule.tools.maven:mule-app-maven-plugin:1.1 or one of its dependencies could not be resolved: Could not find artifact com.sun:tools:jar:1.5.0 at specified path C:\Program Files\Java\jre1.8.0_65/../lib/tools.jar -> [Help 2]
我在系统上安装了 JDK 1.8,并设置了 PATH 和 JAVA_HOME 环境变量。
为什么它在图书馆的错误位置寻找?