发布JDK在Intellij中创建一个scala项目

时间:2017-10-16 19:06:36

标签: java scala intellij-idea

我已经在我的计算机中安装了JDK jdk-8u144-windows-x64.exe,以便设置工具IntelliJ与Scala一起使用,在进入IntelliJ安装之前我确保了我的计算机中的JDK:

运行路径: enter image description here

运行java版本:

enter image description here

然后,我安装了IntelliJ和Scala插件,所以当我最终创建我的第一个项目时,我的笔记本电脑配置没有映射JDK:

enter image description here

我尝试添加所需的环境,只需单击new并通过我安装jdk的路径,但它不会通过。

enter image description here

拜托,伙计们,我对Scala和IntelliJ有点不高兴,请你指点一下。我试图按照此链接中的说明进行操作,但它不会通过。 https://www.scala-lang.org/documentation/getting-started-intellij-track/getting-started-with-scala-in-intellij.html

谢谢

1 个答案:

答案 0 :(得分:3)

确保已将环境变量JAVA_HOME设置为java目录,IntelliJ使用该环境变量检测JDK,或者使用jdk旁边的“新建”按钮浏览java安装目录的路径并选择它。