Editor does not contain a main type

后端 未结 30 2373
执笔经年
执笔经年 2020-11-27 13:51

Just going through the sample Scala code on Scala website, but encountered an annoying error when trying to run it.

Here\'s the code: http://www.scala-lang.org/node/

30条回答
  •  余生分开走
    2020-11-27 14:48

    What you should do is, create a Java Project, but make sure you put this file in the package file of that project, otherwise you'll encounter same error.

    enter image description here

提交回复
热议问题