Replies: 1 comment 3 replies
-
I have a similar issue : trying to reference The problem is that to reference the Since Eclipse and Lemminx is running Java 17, the Not sure what can be done, but in Eclipse, you can add tools.jar in the JRE. Note that if you were to use toolchains to build in Java 8 with Maven running with Java 17, you would have the same problem. Another alternative is to explicitly use / declare a java8.home. |
Beta Was this translation helpful? Give feedback.
-
Hi, I am trying to import a project which for one reason or another has a system dependency to JDK tools.jar.
All versions of Eclipse which now require Java11+ seem to have issue resolving this dependency even when JDK8 is added to installed JRE section with tools.jar added as an external dependency.
Reverting to a version of Eclipse which can be run under JDK8 (via -vm) works perfectly fine.
Maybe m2e is using the internal JREs home directory instead of the specified JREs home directory…
Is there a way to resolve this issue?
Beta Was this translation helpful? Give feedback.
All reactions