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/
I had the same problem. I had the main class out of the src package, in other folder. I move it in and correct folder and solved