Yes it is defined in sbt. We can run the application in sbt (a wired issue though: we can run the application using "restart" command but not "run" command). We generated the IntelliJ project files using "gen-idea" (in sbt shell).
On Friday, June 20, 2014 2:29:30 AM UTC-7, Akka Team wrote: > > This means that the IntelliJ project was not properly configured and is > missing the akka-actor-2.2.4_2.10.jar artifact. Is the dependency defined > in sbt? > > -Endre > > > On Thu, Jun 19, 2014 at 10:16 PM, S. Zhou <[email protected] > <javascript:>> wrote: > >> I am new to Akka. We use SBT to compile Scala. After use gen-idea, I >> import the scala (which use akka) project. However, when I run the project >> inside Intellij, I got the following exceptions. Not sure how to fix it. >> BTW, I use akka 2.2.4 >> >> Caused by: java.lang.ClassNotFoundException: *akka.actor.ActorSystem*$ >> at java.net.URLClassLoader$1.run(URLClassLoader.java:202) >> at java.security.AccessController.doPrivileged(Native Method) >> at java.net.URLClassLoader.findClass(URLClassLoader.java:190) >> at java.lang.ClassLoader.loadClass(ClassLoader.java:306) >> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) >> at java.lang.ClassLoader.loadClass(ClassLoader.java:247) >> >> -- >> >>>>>>>>>> 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 [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/akka-user. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Akka Team > Typesafe - The software stack for applications that scale > Blog: letitcrash.com > Twitter: @akkateam > -- >>>>>>>>>> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
