Justin
unread,Jan 24, 2012, 12:17:14 PM1/24/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Scala IDE User
Hello,
I am trying to use a scala project that is currently being developed
against scala 2.8.1, and I'd like my dev environment in Eclipse (3.7)
to be configured similarly. However, I can't seem to figure out a way
to change the Scala library used by the Scala IDE plugin. Is this
possible?
FWIW, I'm on Ubuntu 11.10, and have scala 2.8.1 installed in /usr/
share/scala (and the scala/lib folder symlinked to /usr/share/java/
scala). Also, I already tried removing the Scala 2.9.1 library from
the project build path and manually adding my 2.8.1 jars from /usr/
share/java/scala to the build path, but that just gives me:
"The version of scala library found in the build path is incompatible
with the one provided by scala IDE: 2.8.1.final. Expected:
2.9.1.final. Please replace the scala library with the scala container
or a compatible scala library jar."
Thanks,
Justin