I'm currently working in eclipse on a project for a customer. When trying to deploy a run conviction with maven I get the following error:
Could not find artifact com.sun:tools:jar:1.6 at specified path /Library/Java/JavaVirtualMachines/jdk1.8.0_141.jdk/Contents/Home/jre/../Classes/classes.jar
It adds automatically the class path after it had rund. Obviously the classes.jar
is not present. What can I do to fix it?