How can I use Akka Actors in a Java application?

后端 未结 4 1814
我寻月下人不归
我寻月下人不归 2021-01-13 06:51

I would like to use Akka actors in Java.

I downloaded the akka-1.0.zip and added akka-actor-1.0.jar to my \"Build Path\" in Eclipse.

<
4条回答
  •  甜味超标
    2021-01-13 07:42

    I see this problem using Akka in a Java project in Eclipse with the Scala IDE installed. The problem goes away when using an Eclipse instance without the Scala IDE installed. Eclipse is perhaps confused by two Scala libraries around?

提交回复
热议问题