I'm trying to debug a
"Bad version number in .class file'
error in java, is there a way for me to check which version the .class files are?
I'm using JRE1.5.0_6, but my JDK is version 1.6.0_13.
I'm compiling with compatibility mode set to 1.5 in eclipse which I thought would work...