How to run Play framework 2.0 in Intellij
1. Play frameworks make use of build tool called sbt
2. First download the sbt plugin to Intellij
3. Go to File > Settings > Plugins > Install JetBrains plugins
4. Search and install
7. In the Intellij, Go to View -- Tool Windows -- SBT, click on SBT
8. SBT will appear on the right side bar, click on that , the menu will pull out. Then right click on the project and select the option "Refresh SBT project"
You are all set.
Hope this helps :)
1. Play frameworks make use of build tool called sbt
2. First download the sbt plugin to Intellij
3. Go to File > Settings > Plugins > Install JetBrains plugins
4. Search and install
5. It will prompt to re-start Intellij
6. Once re-started, it will display a pop up to import the projects using sbt
7. In the Intellij, Go to View -- Tool Windows -- SBT, click on SBT
8. SBT will appear on the right side bar, click on that , the menu will pull out. Then right click on the project and select the option "Refresh SBT project"
You are all set.
Hope this helps :)
No comments:
Post a Comment