Set up Play project on Eclipse
This tutorial is going to show you how to set up a Play Framework 2.6 project on Eclipse IDE.
Pre-requisites
- Play Framework 2.6 – click here to follow to tutorial.
This tutorial is going to show you how to set up a Play Framework 2.6 project on Eclipse IDE.
This tutorial is going to show you how to create a Play Java project using the command line build tool SBT in simple steps.
First, create a workspace in order to keep things organised:
mkdir play-workspace cd play-workspaceRead More »Create Play Java Project
This tutorial is going to show you how to install Play Framework 2.6 on Ubuntu distributions by using the SBT package manager.