0

I installed scalaIDE on ubuntu. as installed, it has both scala 2.11.6 and 2.10.5 build in. The version I need is 2.10.4. How do I add that version into scalaIDE?

bhomass
  • 3,414
  • 8
  • 45
  • 75

1 Answers1

1

Window -> Preferences -> Scala -> Installations

enter image description here

Click Add. Probably you will already have the version of scala you need in ~/.sbt/boot. Just choose, name it and click Ok.

Reference: BYOS (Bring Your Own Scala)

Onilton Maciel
  • 3,559
  • 1
  • 25
  • 29
  • yep. I found scala 2.10.4 there. The other versions are bundled as eclipse plugins. I am wondering if 2.10.4 can also be bundled that way. – bhomass Nov 11 '15 at 18:30