I used jad to decompile the class but in AIX system, such error thrown.
Version mismatch: major.minor = 49.0, expected = 45.3
I don’t know what’s the version of .class file, how can I avoid this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The class was compiled for JDK5, your tools only support JDK1.1.
You probably need a newer version of jad (or the whole JDK) on that machine (or compile your code for an older version of Java).
major version number of the class file format being used: