所选的Java版本15不受SDK支持(最大支持14)

huangapple go评论79阅读模式
英文:

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

问题

我尝试使用Intellij IDEA Ultimate中的Spring Initializr创建新项目,但我收到了以下错误信息:

所选的Java版本15不受SDK支持(最大支持14)

英文:

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

所选的Java版本15不受SDK支持(最大支持14)

答案1

得分: 1

在创建新项目时,对话框窗口会提供添加 JDK 选项。将 JDK15 的位置添加到列表中,并在继续进行 Spring 初始化设置之前选择它。

否则,前往 项目结构(CTRL+ALT+SHIFT+S)在 Windows 中,然后添加 JDK15。

英文:

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.

huangapple
  • 本文由 发表于 2020年10月6日 17:39:49
  • 转载请务必保留本文链接:https://go.coder-hub.com/64223213.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定