I\'m using Play 2.1 and I\'m having some odd problems.
I have a subpackage messages in the controllers package with a class i18n.java
messages
controllers
i18n.java
The route should be controllers.messages.routes.i18n.process(). You can inspect the target/scala-2.10/src_managed directory to discover generated files.
controllers.messages.routes.i18n.process()
target/scala-2.10/src_managed
And for information, Java coding conventions say that a class must start with an uppercase.