eclipsescalaplayframeworkintegratescala-ide

how to integrate play framework with scala IDE


How to integrate play framework with scala IDE ? I have already created project with command sbt new playframework/play-scala-seed.g8 as suggested on official site https://www.playframework.com/getting-started and then imported project to scala IDE . Which file in project has to run ? and how to run it in IDE. I can not open index.scala.html


Solution

  • I got a answer whenever you create project through command play new newApp.

    Then go to that project folder(cd newApp) and add eclipse dependency by command play eclipse .

    then import that project into Scala IDE.