Scala project won't compile in Eclipse; “Could not find the main class.”
问题 I have installed Eclipse 3.5.2 and today's Scala plugin from /update-current (that's Scala 2.8 final.) I can compile and run Scala projects consisting of a single singleton object that implements main(). But, if a project contains more classes, I receive the "Could not find the main class" error. I have tried searching for the solution and I discovered: Eclipse is correctly looking for the Main$ class, not the Main class * under Debug Configurations, my main class is correctly identified as