I have an application using play that is built using Java. I wish to use the Typesafe Console for my application to monitor Akka, However I am unable to configure it as I am unable to find configuration details for Java. Also, couldn't find any references to able Typesafe console for java application.
I googled and found sample showing Typesafe console configurations for a Scala application. Tried following the same guidelines for java but it didn't yield any result.
I have downloaded binary distribution and written a sample application in Java. Made changes in build.scala
referring Scala sample application and then started Atmos(bin/typesafe-console atmos) & Console UI (bin/typesafe-console ui).
I'm getting error :
[info] Running com.typesafe.atmos.sample.GreetingApplication
[error] No such file or class on classpath: com.typesafe.atmos.sample.GreetingApplication
java.lang.RuntimeException: Nonzero exit code returned from runner: 1
at scala.sys.package$.error(package.scala:27)
Any help on Build.scala
configuration for Java application will be highly appreciated.
Received response from 'Peter Vlugter' on another forum for the same problem.
Deeply grateful to him for his valuable contribution.