Selected Java version 15 is not supported by SDK (maximum 14)

390 views Asked by At

I have tried to create a new project using Spring Initializr in Intellij IDEA Ultimate, and I get this error message:

enter image description here

1

There are 1 answers

0
Haroon On BEST ANSWER

While creating the new project, the dialog windows gives you the option to add jdk. Add jdk15 location to the list and have it selected before you proceed to spring initalizer settings.

Else Goto Project Structure (CTRL+ALT+SHIFT+S) in windows and add Jdk15.