I'm new using Java and I want to execute a Java program from unix, While I'm trying to execute it I'm getting an the following error:
Exception in thread "main" java.lang.UnsupportedClassVersionError: javaapplicationtest/JavaApplicationTest : Unsupported major.minor version 52.0
I'm using:
java -jar JavaApplicationTest.jar
Do you have any idea how to correct that error?