Hi,
On Sat, Feb 22, 2014 at 3:11 PM, MV <[email protected]> wrote: > 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. > Why TypedActor.TypedActor.get()? get() is a static method on TypedActor, see here: http://doc.akka.io/japi/akka/2.3.0-RC4/akka/actor/TypedActor.html#get(akka.actor.ActorContext) -Endre > > 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. > -- Akka Team Typesafe - The software stack for applications that scale Blog: letitcrash.com Twitter: @akkateam -- >>>>>>>>>> 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.
