I\'m trying to get Akka going in my Java project, and I\'m hung up on a small issue with the Seq type(s) from Scala. I\'m able to convert my Java List of ActorRef into a sc
You can try this:
scala.collection.JavaConverters.asScalaIteratorConverter(list.iterator()).asScala().toSeq();