Editor does not contain a main type

后端 未结 30 2364
执笔经年
执笔经年 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:35

    If it is maven project please check the java file is created under src/main/java

    If you are not getting please change the JRE path and create the java files in above folder structure

提交回复
热议问题