I have just started with scala
and I am using Scala IDE to run my scripts.
I created some basic scala worksheets
which compiles and shows the output on the right side in the IDE.
The default scala version that came built-in with Scala IDE is 2.12.2
I decided to move to scala version 2.11.8
(which also came built in with the IDE) after facing some dependency issues.
I changed the Scala Installation
to "Fixed Scala Installation: 2.11.8(built-in)"
by right-clicking project->Properties->Scala Compiler
As soon as I changed the installation my all worksheets stopped working. They are not getting evaluated. They are also not getting saved. I saved the scripts multiple times but the files are still showing unsaved changes(*
). I also restarted Scala IDE, but the problem didn't solve.
Is there any thing else that I need to change? What wrong am I doing? Also the project name does not contain any SPACE(suggest as a possible cause for this problem in this answer)
The problem is occurring only when I change Scala version