How to make Eclipse see the changes in Play! compiled templates?

后端 未结 4 1857
温柔的废话
温柔的废话 2020-12-03 07:05

So, I\'m trying out Play 2 with Eclipse. I create a new project, compile it, run eclipsify and import it into Eclipse. So far so good.

The problem I\'m having is tha

4条回答
  •  借酒劲吻你
    2020-12-03 07:56

    I did the following things :

    1. As you did, I turned on the workspace auto-refresh (in settings, General -> Workspace, then select "Refresh using native hooks or pooling")
    2. I removed the classes_managed directory generated by play eclipsify from my build path, and I added it manually using "Add external class folder"

    And then it worked for me. It seems that there is a bug with the eclipsify command.

提交回复
热议问题