configure run in eclipse for Scala

后端 未结 14 1894
自闭症患者
自闭症患者 2021-01-30 16:03

I am a beginner in Scala. I installed Scala IDE in eclipse and now I want to run my application programme. It never shows \"run as Scala application\", instead it shows \"run

14条回答
  •  半阙折子戏
    2021-01-30 16:46

    I was having similar issue. Make sure your java and scala files are not in the same package. I changed the package names and it worked for me

提交回复
热议问题