How do I compare two .jar files? Both of them have compiled .class files.
I want the difference in terms of method changes, etc.
use java decompiler and decompile all the .class files and save all files as project structure .
then use meld diff viewer and compare as folders ..