如何在Eclipse中使用-P:continuations:enable标志启动scala(或scalac) 我使用了import scala.util.continuations._;在我的代码中,需要启用插件。
答案 0 :(得分:1)
窗口 - >偏好 - > Scala - >编译器
添加延续:启用P输入框
答案 1 :(得分:1)
窗口 - >偏好 - > Scala - >编译器 - >标准
add continuations:enable to P input box
窗口 - >偏好 - > Scala - >编译器 - >先进
add lib\continuations.jar to XPlugin
窗口 - >偏好 - > Scala - >编译器 - >构建经理 SBT
答案 2 :(得分:0)
您可能还需要将使用的Eclipse构建器从精简切换为 sbt ,请参阅:http://scala-ide-portfolio.assembla.com/spaces/scala-ide/wiki/SBT-based_build_manager
但是,有一个已知的错误,可能会或可能不会发生,请参阅:http://scala-ide-portfolio.assembla.com/spaces/scala-ide/tickets/1000617-sbt-build-manager-and-certain-compiler-options-don-t-mix(据称在最近一夜的版本中修复)。