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
For people using Play 2.4.x or above, it seems that Play no longer produces reverse routing files for javascript in src_managed et al.
src_managed
Instead, you need to include scala-2.xx/routes/main directory as Sources.
scala-2.xx/routes/main
Sources