I use IntelliJ IDEA as my development environment, and Maven for dependency management. I frequently build my project structure (directories, poms, etc) outside of IDEA and then import the project into IDEA using Import project from external model. This works great, except that in my poms I specify that the maven-compiler-plugin should use JDK 1.6, and when I import, IDEA informs me that the Language Level Changed and that Language level changes will take effect on project reload, and then prompts to reload the project. This is annoying because I always use the same JDK version.

我如何改变IntelliJ IDEA使用的默认JDK,以便我不必每次导入新项目时都重新加载我的项目?


当前回答

要自己修改Intellij-IDE的JDK版本:

启动IDE -> Help -> Find Action

比类型:

Switch Boot JDK

或者(取决于你的版本)

Switch IDE boot JDK

其他回答

在“新项目结构”对话框中更改此设置。导航到“文件”->“新项目设置”->“结构…”

接下来,适当修改“项目SDK”和“项目语言级别”。


以前版本的IntelliJ IDEA在“文件”->“其他设置”->“默认项目结构…”中有此设置。

IntelliJ IDEA 12在“模板项目结构…”而不是“默认项目结构…”

我使用的是IntelliJ IDEA 14.0.3,我也有同样的问题。选择菜单文件\其他设置\默认项目结构…



选择项目选项卡,部分项目语言级别,从下拉列表中选择级别,此设置为所有新项目的默认设置。

要自己修改Intellij-IDE的JDK版本:

启动IDE -> Help -> Find Action

比类型:

Switch Boot JDK

或者(取决于你的版本)

Switch IDE boot JDK

我正在使用IntelliJ 2020.3.1和文件>其他设置…菜单选项消失。我以通常的方式进入设置,搜索“jdk”。在构建,执行,部署>构建工具> Maven >导入下,我找到了将解决我的具体问题的设置:

用于导入器的JDK。

对于最新版本的intellij,为新项目设置默认jdk/sdk请转到

配置->结构的新项目->项目设置->项目SDK