0

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?

Marco Rehmer
  • 1,033
  • 2
  • 12
  • 32
Thomas B
  • 1
  • 1
  • Please refer [this](https://stackoverflow.com/questions/8694303/build-error-missing-artifact-com-suntoolsjar1-6) – thar45 Jan 28 '20 at 14:31
  • Refactor that code to get rid of tools jar need?...For JDK 9+ there does not exist any tools jar anymore ...this code will break for the next step of migration... – khmarbaise Jan 28 '20 at 17:13

0 Answers0