Hello,
On a new Play project (1.2.4), i followed the instructions to run Play directly from IntelliJ 11 :
But when I hit run, i get :
"Cannot start compilation: the output path is not specified for module "xxx". Specify the output path in Configure Project.
It takes me to the Project Structure Settings dialog. The Compiler Output is set to "Inherit Project compile output path".
I just installed the JDK, it's a jdk1.6.0_30. Play runs fine from command line.
Did anyone had the same issue?
Thanks,
Fabien