How to run Scala code in Intellij Idea 10

后端 未结 2 1513
星月不相逢
星月不相逢 2021-02-08 09:11

I have simple problem. I installed idea and scala plugin. Create project and add wants to run simple println(\"Hello world!\").

I create \"scala script\". A

2条回答
  •  南旧
    南旧 (楼主)
    2021-02-08 10:08

    I have just installed idea + scala plugin and had the same error on running my 1st "hello, world".

    I solved it with Run -> Edit Configurations... -> select the script run configuration -> untick "Make" under "Before launch"

提交回复
热议问题