New Scala Worksheets Not Evaluated in Eclipse

Scala worksheet not evaluating the REPL and printing the result on right side

Changing the scala installation to default version solved the problem for me.

Follow these steps:

  1. Right click on project -> Properties -> Scala Compiler
  2. Click the drop down against Scala Installation.
  3. Change the value in drop down to "Latest 2.12 bundle (dynamic)"

Sample Image

Scala IDE on Eclipse Luna is not displaying scala Worksheet

I have uninstalled the scala plugin and re-installed the same. Now it is working fine.

Scala Eclipse file new has No Applicable Items

The simplest reason to get this behavior would be if all perspectives are closed.

Most of the menus in Eclipse are contextual, and File > New is empty if there is no current perspective.

To open a perspective, use Windows > Open Perspective > Other..., then select Scala and OK. Then File > New contains the list of the Scala related wizard.



Related Topics



Leave a reply



Submit