I'm using play-1.2.5, when I execute play japid:gen
command it show we following error.
~ Oops. conf/routes or conf/application.conf missing.
~ /home/ifkaar/Downloads/play-1.2.5 does not seem to host a valid application.
Dont know why, every thing seems to be good.
You should run
play japid:gen
under a play application, not play framework itself.Try the followings:
play new myApp
conf/dependencies.yml
in the app project folder and add japid into the fileplay japid:gen
I suggest you read through the play documentation to get some basic understanding