Question

I've got the newest Scala IDE (3.0.2) and I want to compile my stuff with Scala 2.9.3. I've added that version of Scala as a Maven dependency and removed the default 2.10.0 that the IDE bundles with the new project (not my system Scala version, by the way!). The IDE then tells me Scala is not on the build path, even when I add in the jars to the build path. When I try to add a "Scala Library" through that dialogue, it doesn't give me any options and adds 2.10.0. I've gone through the project settings, and would have expected to see a "Scala version" option, but there isn't (only a "Java version" option.)

My question is this:

How do I add a different version of Scala as the Scala library in Scala IDE 3.0.2 ?

Thanks!

Was it helpful?

Solution

I asked a similar question a while back. Short answer is, you can't.

My post: Scala-IDE 3.0: 2.9.2 -> 2.10.0

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top