How to import AKKA with Java project in Typesafe Activator

74 views Asked by At

I have an application written in Java, using the AKKA framework for Java built with Maven. It is an application which needs to connect simultaneously to multiple devices. Due to this, I want to be able to monitor the lifespan of actors and other information which represents the state of the system.

I tried to install Typesafe Activator, but the problem is that I can't import the project, receiving an error:

no sbt project found

My goal is to use the TypeSafe Console, I tried searching but found nothing clear. Any help?

0

There are 0 answers