I am learning Akka and am trying out Akka remoting. I am using the intellij IDE and the language being used is Java. I tried running the AKKA remote example (Calculator). I am not using the sbt tool. How do I build the application and run it. I tried running the example, but I dont think it is reading the configuration files correctly and is not creating a remote actor. I have included the akka jar files in the project. I have created a simple java project in intellij to run the program.
Am I doing it the right way?. What are the alternate ways to build and run the same. How to use sbt with Java.