Play! framework - views aren't compiled?

后端 未结 7 949
暗喜
暗喜 2021-01-05 08:43

I created a new project and working with eclipse (used eclipsify command).
basically, I moved the app directory from an old project to the new

7条回答
  •  难免孤独
    2021-01-05 09:15

    For Java Play Framework v2.4.6 (activator v1.3.7) with Eclipse Mars:

    So that you will not have a "can not resolve error" with your viewTopic.render(), you can add this to your .classpath or right-click on your project -> Build Path -> Configure Build Path -> Add Class Folder and make it point to target/scala-2.11/classes.

提交回复
热议问题