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
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