I\'m following one of the play framework tutorials, but I\'m getting compile errors whenever I try to use reverse routing. Firstly,
public static Result java
I was running into the same problem and found the solution here: https://github.com/playframework/Play20/issues/969
In short:
javascript and ref under the controllers packageactivator compile and now Intellij should get it // used to be 'play compile'activator idea again // used to be 'play compile'*