Good evening
I'm new to IntelliJ IDEA and testing IntelliJ IDEA 13 Ultimate which I want to use for developing with the Play! Framework 2. After installing IntelliJ IDEA 13 Ultimate I installed the Play2 plugin. Play2 itself is already installed on my machine (OS X 10.9). When I try to start a Play project using IntelliJ IDEA I get the following error message:
Play 2 isn't installed
But if I start the project using the command line, it works, so Play itself is successfully installed. I could not find any hints about this on the JetBrains website or using google. In IntelliJ IDEA I was searching for Play2 onfiguration options (maybe I need to configure the installation directory of Play) but I didn't find anything.
Has anybody an idea what I can do?
Thank you
McPringle