I have an application using a game built using Java. I want to use the Configure Console for my Akka monitoring application, but I cannot configure it, since I cannot find the configuration details for Java. In addition, links to the available SafeSafe console for the Java application could not be found.
I googled and found a sample showing the Configure console configuration for a Scala application. I tried to follow the same recommendations for java, but did not give any results.
I downloaded the binary distribution and wrote a sample Java application. Made changes to build.scala by accessing the Scala sample application, and then started Atmos (bin / typesafe-console atmos) and Console UI (bin / typesafe-console ui). I get an error message:
[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 configuring build.scala for a Java application would be greatly appreciated.
source share