play(scala)をeclipseで試そうと開発環境を用意したものの以下のエラー。
Description Resource Path Location Type
akka-actor_2.11-2.3.13.jar is cross-compiled with an incompatible version of Scala (2.11). In case of errorneous report, this check can be disabled in the compiler preference page. * Unknown Scala Classpath Problem
どうもこのエラー、eclipseと使っているScala plugin IDEのバージョンが異なっているだけのようです。
eclipse marsの場合は以下のURLを使って「Help → Install New Software」でいけます。
http://download.scala-ide.org/sdk/lithium/e44/scala211/stable/site
ちなみに他のバージョンは以下。お間違いなきよう。
Kepler
→ http://download.scala-ide.org/sdk/e38/scala210/stable/site
Luna(Marsと同じ)
→ http://download.scala-ide.org/sdk/lithium/e44/scala211/stable/site