How to compare JARs in Araxis Merge?

1.1k Views Asked by At

I'm using Araxis Merge to try and compare two Java archive files. I've done it in Beyond Compare but have recently switched to a Mac. Right now Araxis treats the JARs like files and I just see a lot of binary/hex stuff. I'd like to see which classes have differences and to treat the JAR like a folder. Any ideas?

3

There are 3 best solutions below

0
On

A JAR file is basically a zip file with a different extension.
Araxis merge can't compare the content inside a zip file.

1
On

Decompress the contents of the archive to folders, and diff the folders

0
On

A JAR file is basically a ZIP file with a different extension. Araxis Merge can't compare the content inside a ZIP file.

As a workaround, decompress the contents of the archive to folders. Then diff the folders.