I installed the latest version of Anypoint Studio (based on Eclipse) and created a new maven enabled project. I got the following error as maven tried to resolve all of it's dependencies:
[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]
I have JDK 1.8 installed on the system, and have my PATH and JAVA_HOME environmental variables set.
Why is it looking in the incorrect location for the library?