Replies: 2 comments 1 reply
-
AFAIK, you were on the right way to configure it. @testforstephen @rgrunber Any thoughts? Is it a regression? |
Beta Was this translation helpful? Give feedback.
-
@rgrunber It is used to picking JDK you want to use to run your projects. For Maven projects, if you change source level in pom.xml, it eventually modifies jdt compiler settings in
@tianfudhe Sorry I misunderstand the question. Since it's a maven project, I think you don't need any specific setting to get it working. JDK 17 should work well with source level 1.8 as long as you set
|
Beta Was this translation helpful? Give feedback.
-
I have only jdk17 installed.
When I set the project to 1.8(in maven pom.xml), and set "java.configuration.runtimes" with 1.8 having jdk17's path, i.e.,
The language server still check the syntax with level17. To address this, I have to install jdk8, and set the runtime path to it.
Is it possible to set level8 with jdk17? So that I only need to install jdk17 to support all projects lower than java17.
Beta Was this translation helpful? Give feedback.
All reactions