Hi,I just upgraded my eclipse environment (Juno) with Scala-2.10.0-RC1. I added some jar files to the classpath in order to use Akka.I worked with Scala-2.10.0-M7, but since I upgraded all of these, I have the following error and I don't know how to solve it :
Does anyone have any idea on how to solve this ?
Thanks in advance !
Matt
Roland Kuhn
Typesafe – The software stack for applications that scale.
twitter: @rolandkuhn
Hi Roland,Well, every jar I included came from the Scala-2.10.0-RC1 library (also typesafe-config.jar and scala-reflect.jar). Right for the scala-reflect.jar. I didn't notice that it was duplicated.
Now that's okay with the Akka-2.1.0-RC1 jars. But, shouldn't it be fine with the akka-actors.jar from Scala-2.10.0-RC1 ?
Thanks,Matt
Le mercredi 24 octobre 2012 09:02:35 UTC+2, rkuhn a écrit :Hi Matt,24 okt 2012 kl. 08:49 skrev Matt:Hi,I just upgraded my eclipse environment (Juno) with Scala-2.10.0-RC1. I added some jar files to the classpath in order to use Akka.Which akka-actors.jar is that? The proper artifact’s name would be akka-actor_2.10.0-RC1.jar. Also, you’ll probably want to remove the duplicate scala-reflect.jar. And which typesafe-config.jar is that? (2.10.0-RC1 dependencies need version 1.0.0)I worked with Scala-2.10.0-M7, but since I upgraded all of these, I have the following error and I don't know how to solve it :
Does anyone have any idea on how to solve this ?
Without knowing more about who the bad guy is I’d say try cleaning all (and closing/reopening/refreshing all projects for good measure) after making sure that your JARs are the right ones.Regards,Roland Kuhn
Typesafe – The software stack for applications that scale.
twitter: @rolandkuhn