The Scala Eclipse plugin page says:
* Support for Eclipse plugin and OSGi development including hyperlinking to Scala source from plugin.xml and manifest files.
The Scala Nature invokes the JDT compiler and makes the Java classes available tot he Scala compiler. I was having an issue where I have both the Scala Nature and Java Nature enabled. Make sure you don't have the Java Nature enabled.