0
votes
1answer
116 views

Akka tutorial code does not run

The tutorial code from http://doc.akka.io/docs/akka/2.0.2/intro/getting-started-first-java.html Will not run. I have imported the required libraries but get the error: Exception in thread "main" ...
1
vote
1answer
222 views

Setting up Akka project in Eclispe

I am trying to create a new Akka project in Eclipse. I followed the steps here But I am receiving errors about Akka dependencies not being found. Would appreciate your help. This is the output. ...
1
vote
2answers
232 views

How to use Akka project under Android

I'm a little bit desperate at the moment. I'm trying to use an Akka project (written in scala) under Android (in Eclipse), but whatever I try, I can't make it work. For simplicity I created two ...
2
votes
1answer
240 views

Is the Akka Actors library installed with the Scala IDE for Scala 2.10?

I have recently begun exploring Scala, and have started by installing the Scala IDE in my copy of Eclipse (Indigo). I initially installed the Scala IDE for Scala 2.9, but then noticed that there was a ...
0
votes
1answer
169 views

Installing Akka for Java in Eclipse (Kubuntu)

I wish to use the Akka actor modules. I am using Eclipse in Kubuntu. I downloaded the .zip archive from the akka website, went to: Project->Properties->Java Build Path->Libraries->Add ...
1
vote
1answer
200 views

Eclipse unable to resolve akka reference in maven project

I am trying the akka tutrials that remotely deploys the pi calculation. I am using the mvn project with eclipse juno. I have been able to install the maven pluggin for eclipse and successfully run the ...
3
votes
2answers
784 views

Setting up Akka with Eclipse

I am trying to get a simple Akka program building with Eclipse and Scala. I used g8 to create the sbt project with Akka(g8 typesafehub/akka-scala-sbt) and then sbteclispe to create the Eclipse ...
2
votes
2answers
181 views

using akka jar files in eclipse

I want know is it possible to create akka actor in eclipse java projects by importing the akka jar files. can anyone tell how it can be done. for example first create a new project in eclipse ...
1
vote
1answer
197 views

Using (Scala) library from Java Web App, getting NoClassDefFoundError

I've been working on a rather "standard" Java web application for a long time now. I develop in Eclipse using Eclipse's server plugin to run the app in Tomcat. The app's setup is straight forward: ...
0
votes
1answer
238 views

Akka conversion to dalvik fails

I want to use akka in my android app but during conversion I get following error: Dx processing akka/kernel/Main$.class... Dx processing akka/kernel/Main$$anon$1.class... Dx trouble writing output: ...
7
votes
1answer
3k views

How to add sbteclipse plugin to SBT 0.10.x

I want to view the source code of akka, and it seems using the 0.7.x version of sbt. I transform the project configuration to the 0.10.x version. When i add sbteclipse in the libraray-dependencies and ...