You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Considering why java.home was changed to java.jdt.ls.java.home, Maven should avoid using java.jdt.ls.java.home.
Also, in the near future RedHat's embedded JRE will be version 21, so using java.jdt.ls.java.home will be confusing.
Describe the bug
The setting
maven.terminal.useJavaHome
looks atjava.home
which is deprecated and should look forjava.jdt.ls.java.home
To Reproduce
Steps to reproduce the behavior:
java.jdt.ls.java.home
in a workspace settings filemaven.terminal.useJavaHome
to true in the same settings fileExpected behavior
The maven plugin would check the current VS Code java home setting.
Environments (please complete the following information as much as possible):
Version: 1.91.1 (user setup)
Commit: f1e16e1e6214d7c44d078b1f0607b2388f29d729
Date: 2024-07-09T22:06:49.809Z
Electron: 29.4.0
ElectronBuildId: 9728852
Chromium: 122.0.6261.156
Node.js: 20.9.0
V8: 12.2.281.27-electron.0
OS: Windows_NT x64 10.0.22631
Screenshots
Additional context
Developing Java projects that use installations of Java, Tomcat and Maven relative to my workspace.
The text was updated successfully, but these errors were encountered: