Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cant create play 2 template in intellij : java play framework

I am new to java play 2 framework in IntelliJ, I can run the server without any issue. But I can't create a new play 2 templates. Can someone tell me what's the issue here?

I searched in jetbrains support page.

It says the issue is with intellij ide, but I tried the same thing with the latest version 2017.3, and the same issue prevails

click here: How it should be

click here: But how it looks

Note: I am following these video tutorials

like image 696
Mohamed Sajjadh Avatar asked Apr 20 '26 12:04

Mohamed Sajjadh


1 Answers

OK GREAT, i got the solution for my issue, it would be useful for other beginners: INTELLIJ COMMUNITY EDITION DOESN'T GIVE THE OPTION TO CREATE THE PLAY 2 TEMPLATE (IF YOUR A STUDENT YOU CAN PURCHASE THE STUDENT LICENSE FOR FREE AND GET THAT OPTION), or else you can do the following in the community edition: select file from options and enter filename with .scala.html extension. for example you want to create index file, then you have to select file option and enter index.scala.html file name and then click on create file – Mohamed Sajjadh Dec 29 '17 at 8:56

like image 89
Mohamed Sajjadh Avatar answered Apr 22 '26 02:04

Mohamed Sajjadh