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?