Scala IDE 4.0.0 thinks there's errors in an out-of-the-box Play Framework 2.3.7 program

前端 未结 6 963
再見小時候
再見小時候 2020-12-28 08:43

I\'ve created a Play Framework program via Typesafe Activator (so it follows the template exactly).

I used sbteclipse-plugin version 3.0.0 to create an

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-28 09:22

    I got the same error message. Are you using java8 as jre in eclipse? After switching back from java8 to java7, everything worked fine again.

提交回复
热议问题