You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I reopen the project in eclipse, there is no container. And I get the following error:
The version of scala library found in the build path (2.12.1) is incompatible with the one
expected by scala IDE (2.11.8). Please replace the scala library with the scala container
or a compatible scala library jar.
I tried to follow BYOS instructions but the library and the compiler sits in different directories (in ivy cache) and it seems to expect them in one place. Besides my understanding is with withBundledScalaContainers you don't need BYOS.
Am I missing something?
sbt 0.13.13 (scala 2.10.6)
Eclipse 4.6.2
Scala IDE 4.5.0
The text was updated successfully, but these errors were encountered:
I have
EclipseKeys.withBundledScalaContainers := false
in mybuild.sbt
. But this line disappears:And I get only:
la-lang/scala-reflect/jars/scala-reflect-2.12.1.jar">
And no scala compiler.
When I reopen the project in eclipse, there is no container. And I get the following error:
I tried to follow BYOS instructions but the library and the compiler sits in different directories (in ivy cache) and it seems to expect them in one place. Besides my understanding is with
withBundledScalaContainers
you don't need BYOS.Am I missing something?
sbt 0.13.13 (scala 2.10.6)
Eclipse 4.6.2
Scala IDE 4.5.0
The text was updated successfully, but these errors were encountered: