-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Hi,
The Scala worksheet on Eclipse Luna does not evaluate i.e. displays no results when saved. I am on Mac OS X 10.8.5. The error in workspace log is as below:
!ENTRY org.scala-ide.sdt.core 4 0 2015-04-22 11:57:58.369
!MESSAGE Evaluator actor crashed
!STACK 0
java.lang.LinkageError: scala/tools/nsc/interactive/Response
at org.scalaide.worksheet.runtime.SourceInstrumenter$$anonfun$1$$anonfun$apply$1.apply(SourceInstrumenter.scala:32)
at org.scalaide.core.compiler.IScalaPresentationCompiler$.withResponse(IScalaPresentationCompiler.scala:308)
at org.scalaide.worksheet.runtime.SourceInstrumenter$$anonfun$1.apply(SourceInstrumenter.scala:32)
at org.scalaide.worksheet.runtime.SourceInstrumenter$$anonfun$1.apply(SourceInstrumenter.scala:29)
at org.scalaide.core.internal.compiler.PresentationCompilerProxy$$anonfun$internal$1.apply(PresentationCompilerProxy.scala:105)
at org.scalaide.core.internal.compiler.PresentationCompilerProxy$$anonfun$internal$1.apply(PresentationCompilerProxy.scala:104)
at scala.Option.flatMap(Option.scala:171)
at org.scalaide.core.internal.compiler.PresentationCompilerProxy.internal(PresentationCompilerProxy.scala:104)
at org.scalaide.core.internal.compiler.PresentationCompilerProxy.apply(PresentationCompilerProxy.scala:62)
at org.scalaide.worksheet.runtime.SourceInstrumenter.instrumentProgram(SourceInstrumenter.scala:29)
at org.scalaide.worksheet.runtime.SourceInstrumenter.instrument(SourceInstrumenter.scala:22)
at org.scalaide.worksheet.runtime.WorksheetRunner$$anonfun$act$1$$anonfun$apply$1.applyOrElse(WorksheetRunner.scala:62)
at scala.runtime.AbstractPartialFunction.apply(AbstractPartialFunction.scala:36)
at scala.actors.ReactorTask.run(ReactorTask.scala:31)
at scala.actors.ReactorTask.compute(ReactorTask.scala:63)
at scala.concurrent.forkjoin.RecursiveAction.exec(RecursiveAction.java:160)
at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.pollAndExecAll(ForkJoinPool.java:1253)
at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1346)
at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)