eclipse在添加sbteclipse插件后启动时出错



我添加了sbt-eclipse插件。首先我创建了名为hello的项目。在项目目录中,我创建了一个名为plugins.sbt的文件,并在其中添加了这一行

addSbtPlugin("com.typesafe.sbteclipse"%"sbteclipse-plugin"%"2.5.0")

在sbt>我键入eclipse之后,它为eclipse创建了项目当我打开eclipse时,它会给我错误消息

出现错误。有关详细信息,请参阅错误日志org.eclipse.jdt.ui.javaElementFilters插件扩展"scala.tools.eclipse.javaelements.ScalaElementFilter"指定了一个不存在的查看器筛选器类。插件org.scala-ide.sdt.core无法加载类scala.tools.eclipse.javaelements.ScalaElementFilter。自动激活bundle org.scala-ide.sdt.core时出错(806)。

请帮我解决这个错误,当我导入sbt项目时,eclipse会给我另一个错误

构建工作区遇到问题

生成过程中发生错误。实例化生成器"org.scala-ide.sdt.core.scalabuilder"时出错。插件org.scala-ide.sdt.core无法加载类scala.tools.eclipse.ScalaBuilder。自动激活bundle org.scala-ide.sdt.core时出错(806)。插件org.scala-ide.sdt.core无法加载类scala.tools.eclipse.ScalaBuilder。自动激活bundle org.scala-ide.sdt.core时出错(806)。

请帮帮我scala 2.11.1版本sbt版本0.13我从这个源添加了scalaIDE插件http://scala-ide.org/download/current.html我正在使用eclipsejuno,并在安装新软件时粘贴了以下位置

http://download.scala-ide.org/sdk/helium/e38/scala211/stable/site

我的项目在sbt 中成功编译

您是否使用Eclipse Luna for Java Developers(相对于Eclipse Classic)和Scala IDE 4.0里程碑3?这里的邮件列表中报告了一个已知的问题(从那时起在夜间构建中解决)。

您可以通过将Scala插件升级到夜间构建(它们非常稳定)或使用Eclipse Classic来"修复"它。

相关内容

  • 没有找到相关文章

最新更新