How do I compare two .jar files? Both of them have compiled .class files.
I want the difference in terms of method changes, etc.
I use to ZipDiff lib (have both Java and ant API).