Is it possible to run AKKA on Java 1.5? I’m getting java.lang.UnsupportedClassVersionError: Bad version number in .class file for se.scalablesolutions.akka.actor.LocalActorRef. AKKA version is 0.9.1
There’s noting said about the JVM version limitations at http://doc.akkasource.org/getting-started
I have had the same problem with 0.10. I talked to Viktor Klang about it and i think he confirmed that Java 1.5 is not recommended. My advice is:
“Do not even try”