I am new to java so I dont know if my question makes sense. I have a jar which I got from another developer and this jar is compiled in java 1.7 and I am using 1.6. So when I run this application, it gives me a Unsupported major.minor version error. So,I would like to know is there a way that I can recompile the jar in 1.6 somehow? I cannot update my java version to 1.7 because, the development system cannot be connected to internet.
Thanks