Top "Typesafe-activator" questions

Typesafe Activator is a browser-based or command-line tool that helps developers get started with the Typesafe Reactive Platform.

How to find out which Play version I'm using?

Kinda silly question, but I used Activator to get started with the play framework, and now need to see what …

scala playframework typesafe-activator
Activator `.sbt.ivy.lock` is not available

I am trying to generate Eclipse and IDEA projects for a play project using activator. When I tried doing this, …

sbt typesafe-activator
How to debug Play application using activator?

I know that for the classic Play framework it's play debug ~run. I tried running activator debug ~run but I …

playframework-2.0 typesafe-activator
How to run Play Framework 2.x in debug mode in IntelliJ IDEA?

I want to run Play Framework 2.x in debug mode in IntelliJ IDEA. I searched in the Internet and all …

intellij-idea playframework playframework-2.0 typesafe-activator
UnsupportedClassVersionError on running play application with JDK 1.7

Just now started learning Play framework for my project requirement and my project only build on JDK 1.7 so I have …

java playframework typesafe-activator
Play Framework 2.4 and IntelliJ Idea

I am trying to open a play 2.4 project in IntelliJ but since things have changed I don't know how to …

intellij-idea playframework playframework-2.4 typesafe-activator
Playframework vs Typesafe Activator - What is the main difference

I have read lot of articles about typesafe activator, including recent Reactive manifesto, but I am still not clear between …

playframework typesafe-activator
How to create an Eclipse Scala project in typesafe activator?

I have installed typesafe activator, created a project, added my own Scala classes and successfully compiled and run my code. …

scala typesafe-activator
Activator: command not found

I am trying to install activator in my linux system. so first I install java sudo add-apt-repository ppa:webupd8team/…

java bash scala playframework typesafe-activator
Play Framework REST with basic authentication and SSL

I am new to this authentication area. I searched a lot but was not able to find a way to …

scala playframework playframework-2.0 scala-collections typesafe-activator