Play Framework with IntelliJ Community Edition 14

夙愿已清 提交于 2019-12-24 15:49:42

问题


I have not managed to compile/debug etc. the current Play Framework (2.3.7) with the Community Edition 14 of IntelliJ. Neither by importing the project, nor by using gen-idea .

Is there any way to get it run or is there just no way to use it ? Paying > 400 bucks for just this feature is simply too much.

Thanks.


回答1:


Usually I compile and run through console: activator -> compile/run, but you can compile in Intellij too by running Build -> Make Project, but I never tried running Play in Intellij though.

And for debugging, I run command activator -jvm-debug 9999 run as said in documentation. Then I set up remote debug configuration in Intellij.



来源:https://stackoverflow.com/questions/28723964/play-framework-with-intellij-community-edition-14

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!