Hello, I am trying to use TypedActor in my Java code. I am developing in Java 1.6 using Eclipse Indigo IDE. I also use a pom.xml to download the required files for AKKA actor from a mvm repository.
My issue is that eclipse is not recognizing (compiler error - red squiggles) a simple TypedActor.get(system) syntax. It says TypedActor.TypedActor.get() is not found. If I wait for autocompletion, the only option I get on TypedActor is TypedActor.class. Right now my pom only references akka-actor_2.3. The MVN central repository does not have typed-actor pom or jars. I have searched in this location. http://search.maven.org/ Any help on how to get TypedActor working will be really appreciated. I have tried all the options in the documentation and I cannot even get past the TypedActor.get() code. Thanks in advance. MV -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out.
