I imported a java/maven project, it runs ok in IntelliJ, but eclipse gives me this error.
I have JDK 8, and I don't understand why it's looking for tools.jar in maven repository.
I saw a similar question, but there the user is asking about java 11. https://stackoverflow.com/questions/63761785/pom-xml-marks-missing-artifact-com-suntoolsjar1-8-0
any ideas anyone?