When I try running my java .jar on another machine I get the error
Unsupported major.minor version 52.0
I compiled my program using the jdk 1.6 and my machine (separate one) has java 7 installed.
This is the java version my machine is running:
Here are the settings in my IDE (Eclipse Lunar)
Why am I still getting an unsupported error?
I did check my run configuration and change it to jre6, but when I do I can't even run my program in the IDE.
Note: I would like my program to work with jdk 6, if that is not possible jdk 7.
My Class Path: