IntelliJ IDEA 13: new Scala SBT project hasn't src directory structure generated

后端 未结 4 2131
走了就别回头了
走了就别回头了 2021-02-03 23:06

I followed the getting start video on Jetbrains website to setup IntelliJ IDEA 13.1 Community Edition to work with Scala. Scala plugin v0.36.431 had been installed. While I crea

4条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-03 23:15

    This can also happen if you do not have a JDK selected. For some reason you no longer get the option to select an SDK so you must make sure you have configured this before hand. To fix this do the following:

    From the welcome screen, go to 
    Configure -> Project defaults -> Project structure and add the jdk.
    

    Source: What's the reason for "Error:Cannot determine Java VM executable in selected JDK"?

提交回复
热议问题