Possible Duplicate:
Tool to read and display Java .class versions
I am getting this error, I suspect, because I am running a program on a Java 5 VM whereas one of my dependent classes was built with Java 6.
My question: How to do I easily go through the list of all of the jar and class files in my applications to determine the version number of each class?
There has got to be a utility for doing this.
Thanks, Peter