I have done the following:
- Created a new project with the activator command: activator new play-java
- Imported the project to Idea community edition 15, following the description here: https://www.playframework.com/documentation/2.4.x/IDE
I cannot build the project though, as the packages play.* org.junit etc. are not recognized/imported in idea. I can execute "activator run" without problems though. If I execute "activator idea", I get the following error message:
[error] Not a valid command: idea (similar: eval, alias)
[error] Not a valid project ID: idea
[error] Expected ':' (if selecting a configuration)
[error] Not a valid key: idea (similar: clean)
[error] idea
[error] ^
When I import the websocket example defined here https://devcenter.heroku.com/articles/play-java-websockets I can succesfully build in Idea without any issues.