Top "Typesafe-activator" questions

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

Why does the build fail with unresolved dependency: com.typesafe.sbt#sbt-native-packager;0.7.4?

According to Typesafe Activator, I am using sbt launcher version 0.13.5. I get the following error when attempting to run ./activator …

scala playframework typesafe-activator
waiting for lock on .ivy2

I am using activator for cloning a project. I made eclipse.sbt to prepare project to import to Eclipse. after …

sbt ivy typesafe-activator
How to set heap size in play/activator?

I get a "java.lang.OutOfMemoryError: Java heap space" when running activator. I would like to set the heap to …

scala sbt typesafe-activator
How to force Typesafe Activator to listen 0.0.0.0:8888

I recently installed Typesafe Activator to a VM. Applications created by activator can be accessed after port forwarding, but Activator …

scala playframework typesafe-stack typesafe typesafe-activator
Play with Activator Issue on IntelliJ Idea 14

I have the following problem on IntelliJ IDEA 14: I created a Play (Scala) project using the Activator (v1.2.10). Then, I …

scala intellij-idea playframework sbt typesafe-activator
Typesafe activator available command line options/features

Is there a way to find out all the possible activator command line options? The activator -help only provides a …

playframework typesafe-activator typesafe
Why does "activator eclipse" yield "Not a valid project ID: eclipse" in a new project?

I just created a new project using activator new, and am now trying to eclipsify it using activator eclipse. But …

eclipse playframework typesafe-activator playframework-2.4
How to change the http port for play framework 2.5.9

How to change the default port from 9000 to 9001 in Play 2.5.9? Tried following steps Changed http.port = 9001 in application.conf Tried …

playframework typesafe-activator