gpt4 book ai didi

scala - Eclipse 在 Play 2.4 设置中显示错误

转载 作者:行者123 更新时间:2023-12-04 15:42:57 24 4
gpt4 key购买 nike

我正在尝试设置一个基于 Scala SDK Eclipse 的 IDE 以在 Windows 8 上使用 Play 2.4。我按照 the official guide 上给出的说明进行操作。 ,但打开默认 View index.scala.html 后,我收到一堆错误,如:

  • ambiguous reference to overloaded definition,

    both method display in class BaseScalaTemplate of type (o: Any)(implicit m: Manifest[error]) and method display in class BaseScalaTemplate of type (x: error) match argument types (play.twirl.api.HtmlFormat.Appendable) and expected result type Any

    Error occurred in an application involving default arguments.

    index.scala.html /play-scala-test-app/app/views line 3

    Java Problem

  • type Html is not a member of package play.api.templates

    index.scala.html /play-scala-test-app/app/views line

    Java Problem


  • 我尝试删除默认导入并添加新导入 play.twirl.api._Play2项目属性,但这没有任何改变。有没有办法修复配置?

    最佳答案

    我不知道第一个问题,但第二个问题是由过时的 SbtEclipse 插件引起的。因此target/scala-2.11子文件夹不会被添加为项目的源路径。
    要解决此问题:

  • 将 SbtEclipse 插件版本提高到 4.0.0:addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
  • 运行 sbt eclipse从项目的根目录
  • 在 Eclipse 中刷新项目。
  • 关于scala - Eclipse 在 Play 2.4 设置中显示错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30829053/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com