Netbeans
Generate Configuration
Play does not have native Netbeans project generation support at this time, but there is a Scala plugin for NetBeans which can help with both Scala language and SBT:https://github.com/dcaoyuan/nbscala
There is also a SBT plugin to create Netbeans project definition:
https://github.com/dcaoyuan/nbsbt
Installing Play
Prerequisites
You need to have a JDK 1.8 (or later) installed on your machine (see General Installation Tasks).Quick Start
- Download the latest Typesafe Activator.
- Extract the archive on a location where you have write access.
- Change dir with cmd
cd activator*(or with the file-manager) - Start it with cmd
activator ui(or with the file-manager) - Access it at http://localhost:8888
Command Line
To use play from any location on your file-system, add the activator directory to your path (see General Installation Tasks).Creating
my-first-app based on the play-java template is as simple as:activator new my-first-app play-java
cd my-first-app
activator run
http://localhost:9000 - access your application here.You are now ready to work with Play!




No hay comentarios.:
Publicar un comentario