Hi everyone, I'm trying to run Galapagos in a Ubuntu 14.04 instance of AWS. I have Play framework 2, using activator.
I run Galapagos, and I can see main page, but the JVM stops due to an error. I got a first error "Unsupported major.minor version 52.0". Looking for an answer, I found in this Group that NetLogo uses Java 6. but now I get this error: java.lang.UnsupportedClassVersionError: org/nlogo/tortoise/CompiledModel$ : Unsupported major.minor version 51.0 Which version of Java should I use? This is what I get when I execute java -version: java version "1.6.0_45" Java(TM) SE Runtime Environment (build 1.6.0_45-b06) Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode) Thanks, -- You received this message because you are subscribed to the Google Groups "netlogo-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
