I have a mac osx lion. I received a jar that I am trying to run from the terminal using:
java -jar Hello.jar
But I get the following error:
Exception in thread "main" java.lang.UnsupportedClassVersionError: hello/world
hello/world/Hello: Unsupported major.minor version 51.0
Will someone please guide me to a solution?
I think I need to update my JVM to Java 7. But I don't know how to do that on my mac. Will someone please help?