gary on June 17th, 2009

The Scala Eclipse plugin is in development, so we can forgive little issues. One I keep running into is that programs sometimes can’t find themselves upon start. On the canonical hello-world program, I see:
Exception in thread “main” java.lang.NoClassDefFoundError: HelloWorldCaused by: java.lang.ClassNotFoundException: HelloWorld

So far, the only explanation I’ve found from searching the web is that the [...]

Continue reading about Scala Eclipse Plugin: got class?