我安装了最新版本的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环境变量。
为什么要查找库的错误位置?