Is there a way to compare two Java war files

Posted by nzpcmad on Stack Overflow See other posts from Stack Overflow or by nzpcmad
Published on 2010-03-28T23:54:57Z Indexed on 2010/03/29 0:03 UTC
Read the original article Hit count: 487

Filed under:

We built some war files for our web server a while back and have now rebuilt them.

To ensure that nothing has changed (and as a quality check), we tried to compare them using WinMerge. The differences we can see look like they are due to some kind of meta data e.g. the files being built on different dates?

The difference in the lines seems to be consistent e.g.

«d}<

and

³Ze<

The war files are still both the same size.

Is there a way to compare them that strips out the meta data such as date?

© Stack Overflow or respective owner

Related posts about java