SyntaxFix
Write A Post
Hire A Developer
Questions
To find the version of the java in the classfiles I used:
javap -verbose <classname>
which announces the version at the start as
minor version: 0 major version: 49
which corresponds to Java 1.5