简体   繁体   English

发行JDK在Intellij中创建Scala项目

[英]Issue JDK creating a scala project in Intellij

I have installed the JDK jdk-8u144-windows-x64.exe in my computer in order to set up the tool IntelliJ to play with Scala, well before move forward to IntelliJ installation I ensured the JDK in my computer: 我已经在计算机上安装了JDK jdk-8u144-windows-x64.exe,以便设置可与Scala一起玩的IntelliJ工具。在继续进行IntelliJ安装之前,我已经确保在计算机中安装了JDK:

running path: 运行路径: 在此处输入图片说明

the running a java version: 运行一个java版本:

在此处输入图片说明

Then, I installed the IntelliJ and the Scala plugins, so when finally I'M going to create my first project my laptop configuration is not mapping the JDK: 然后,我安装了IntelliJ和Scala插件,因此当我最终创建第一个项目时,我的笔记本电脑配置未映射JDK:

在此处输入图片说明

I tried to add the required environment just clicking on new and go thru the path where I installed the jdk but it doesn't go thru either. 我试图添加所需的环境,只需单击new并通过安装jdk的路径进行操作,但它也没有通过。

在此处输入图片说明

Please, guys, I'm a bit nooby with Scala and IntelliJ, could you please guide me a bit. 拜托,伙计们,我对Scala和IntelliJ有点不满意,请您指导我一下。 I tried to follow the instructions in this link but it is not going thru. 我试图按照此链接中的说明进行操作,但并没有通过。 https://www.scala-lang.org/documentation/getting-started-intellij-track/getting-started-with-scala-in-intellij.html https://www.scala-lang.org/documentation/getting-started-intellij-track/getting-started-with-scala-in-intellij.html

thanks 谢谢

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM