I am using Akka with Scala and want to configure an ActorSystem for remote 
messaging ( but does not need to be remotely configurable ).  The problem I 
am having is that I am getting a Class Not Found exception for 
akka,remote.RemoteActorRefProvider 
when I run the code.  I've double checked all of the usual suspects, the 
appropriate jar on the compile,  the appropriate jar on the run.  Imports 
are all Ok as far as I can tell.  I am using scala 2.11.8 with akka 2,4,9 
and Java 8 is installed but no Java coding

I have read some old posts ( not here ) about Scala placing a version of 
Akka in its scala/lib and that this version of Akka comes into conflict 
with the other Akka. 

Does anyone have any insight into this?  Your help would be much 
appreciated.

thanks, joe

-- 
>>>>>>>>>>      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