I think Eclipse has a plugin that understands a maven pom and adds the
needed dependendencies to the project. You can import a maven project.

In this case you are missing a transitive dependency. Trying to
add/maintain those manually will be a pain so I suggest that you let the
IDE/plugin handle it for you.

/Patrik
mån 3 juli 2017 kl. 18:50 skrev John Arnold <jarn...@sydrom.com>:

> Using the Quickstart example (which builds and runs using Maven), I
> decided to try it in Eclipse.
>
> I added the 2 jars from my akka build, akka-actor_2.11-2.5-SNAPSHOT.jar
> and akka-testkit_2.11-2.5-SNAPSHOT.jar, and the sample program built
> successfully.
>
> Running produced an error:
>
>        Exception in thread "main" java.lang.NoClassDefFoundError:
> com/typesafe/config/ConfigFactory
>
> Suggestions?
>
> --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >>>>>>>>>> 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 akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to