Scala project won't compile in Eclipse; “Could not find the main class.”

后端 未结 12 780
暗喜
暗喜 2020-12-03 10:14

I have installed Eclipse 3.5.2 and today\'s Scala plugin from /update-current (that\'s Scala 2.8 final.) I can compile and run Scala projects consisting of a single singleto

12条回答
  •  心在旅途
    2020-12-03 11:07

    Check scala-ide.log

    For me the issue was that there were errors on:

    AppData\Local\Temp\sbt_10d322fb\xsbt\ClassName.scala:16: error: not found: value enteringPhase enteringPhase(currentRun.flattenPhase.next) { s fullName separator }

提交回复
热议问题