英文:
Selected Java version 15 is not supported by SDK (maximum 14)
问题
我尝试使用Intellij IDEA Ultimate中的Spring Initializr创建新项目,但我收到了以下错误信息:
英文:
I have tried to create a new project using Spring Initializr in Intellij IDEA Ultimate, and I get this error message:
答案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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论