Replies: 1 comment 9 replies
-
Please open an issue with detailed steps to reproduce. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When a windows user builds with java using the installed eclipse JDK-21 and does a maven build a default older system JDK is picked up and causes failures. Previous Eclipse version 2024-12 did not have this behavior. I am going to try and get more detailed information from all the users complaining. I do not know exact version of the Windows OS that are in use, only that its not just one single version. No Unix, mac or other os users have reported problem. From my understanding, the adoptium JDK bundled with 2025-03 should be used when you first start up eclipse. Users report that after they had created a maven project and attempted to run their pom.xml/build their project that they were seeing an older system JDK being used during the maven launch in the build process. Curiously, when they fall back to previous 2024-12 they report it works as it had in all previous releases, which is to run the adoptium that is bundled with eclipse during the maven launch/build.
Beta Was this translation helpful? Give feedback.
All reactions