configure run in eclipse for Scala

后端 未结 14 1876
自闭症患者
自闭症患者 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:24

    Just a pointer .. I had faced same difficulty . Being experienced from JAVA , instead of creating a Spark object I was creating spark class that why I was not getting this option .

    Hope my experience helps .

提交回复
热议问题