I am trying to run this example using option 3. I think I was able to build the project using activator
but failed when I tried to run it using ./activator run
command. When trying to run this the console spits out this cryptic message that I would not find much information about on Google. Here is the error:[warn] Error reading API from class file : java.lang.UnsupportedClassVersionError: akka/actor/UntypedActor : Unsupported major.minor version 52.0
java.lang.UnsupportedClassVersionError: akka/actor/UntypedActor : Unsupported major.minor version 52.0
What does this mean?
I am using Java 7 JDK on a Linux Ubuntu laptop.
Regards,