java.lang.NoSuchMethodError: main when starting HelloWorld with Eclipse Scala plugin
- by Matt Sheppard
I've just been playing with Scala, and installed the Eclipse plugin as described at http://www.scala-lang.org/node/94, but after entering the "Hello World" test example and setting up the run configuration as described, I get the following error
Exception in thread "main" java.lang.NoSuchMethodError: main
For reference the code is
package hello…