Setting the default JDK for a project
Answered
I set adopt-openjdk-1.8 as the default Project SDK in IntelliJ Project Settings.

The problem is that when I create a new project it first appears the JetBrains Runtime 11 as the first option.
The adopt-openjdk-1.8 is in the list of available SDKs but it is not the first one.

Is that the normal behaviour?
Shouldn't the "adopt-openjdk-1.8" be the first once it has been configured as the default for a new project ?
Thanks in advance, Pedro
Please sign in to leave a comment.
New project wizard uses the latest used JDK there. I agree the default JDK option should be honored in this case (or removed from default project settings) Please vote for this issue: https://youtrack.jetbrains.com/issue/IDEA-138196
I've already voted. Thanks for the clarification.