我可以在eclipse中导入Play2项目,并处理scala文件,但问题是我无法打开视图文件,如'index.scala.html'。当我尝试打开文件时出现以下错误。
无法打开编辑器:无法初始化编辑器。
java.lang.NoClassDefFoundError: scala/util/parsing/input/Positional
at org.scalaide.play2.templateeditor.lexical.TemplatePartitionTokeniser.getScalaCommentAndPlainRegions(TemplatePartitionTokeniser.scala:28)
at org.scalaide.play2.templateeditor.lexical.TemplatePartitionTokeniser.tokenise(TemplatePartitionTokeniser.scala:66)
at org.scalaide.play2.templateeditor.sse.lexical.TemplateTextRegionsComputer.tokens$lzycompute(TemplateRegionParser.scala:98)
at org.scalaide.play2.templateeditor.sse.lexical.TemplateTextRegionsComputer.tokens(TemplateRegionParser.scala:96)
at org.scalaide.play2.templateeditor.sse.lexical.TemplateTextRegionsComputer.<init>(TemplateRegionParser.scala:128)
at org.scalaide.play2.templateeditor.sse.lexical.TemplateRegionParser.reset(TemplateRegionParser.scala:84)
................
但打开其他文件没有问题。我不知道出了什么问题。 顺便说一下,我使用了typesafe-activator来创建游戏项目。
我会感谢任何建议,解决方案或变通方法,以使其发挥作用。
谢谢。
答案 0 :(得分:0)
1.清理您的项目并构建一次 2.只需转到选项卡菜单,从选项卡窗口中选择新窗口
前两步感谢我解决了
你仍然遇到问题请重新启动它。