Hi, I have a question that might be answered rather quickly. Is there anyway when given a java class file to find out what version of java was used to compile the original source code? I have an abundance of pre-compiled java code and I do not want to recompile all of the code so that it matches the version of java that I am using. I know that if the version of java I am using does not match with the pre-compiled code code that I will have a “Unsupported Class Version Error”. Thank you for taking the time to read my inquiry.
-MJ