How can I use scala and java within Eclipse ? When I add the scala nature to my project I receive below error :
Errors occurred during the build. Errors running builder ‘Scala
Builder’ on project ‘my-scala-java-project’.
scala/tools/nsc/settings/MutableSettings$SettingValue
I’m using Eclipse Helios with Scala version 2.0.2
Is there a step I am missing or maybe this is a Eclipse/Scala plugin bug ?
The Scala IDE is under rapid development, I’d suggest updating to the latest version first, and if it doesn’t solve the issue, contact the developers at the scala-ide-user group.
Btw this thread might help you get started.