RemoteActorRefProvider ClassNotFound

前端 未结 2 911
没有蜡笔的小新
没有蜡笔的小新 2021-01-19 15:06

I\'m struggling trying to get remote actors setup in Scala. I\'m running Scala 2.10.2 and Akka 2.2.1.

I compile using [I\'ve shortened the paths on the classpath ar

2条回答
  •  失恋的感觉
    2021-01-19 15:55

    The problem here is that the Scala distribution contains akka-actor 2.1.0 and helpfully puts that in the boot class path for you. We very strongly recommend using a dependency manager like sbt or maven when building anything which goes beyond the most trivial projects.

提交回复
热议问题