Anyone know of a good (working) Java-based binary diff tool? Had any experiences with any? We need one for HostedQA, as currently we depend on a C-based tool, which makes it a lot harder to distribute our client-based tools, such as the Ant tasks for kicking off tests.
Anyone use javaxdelta? Last time I looked at it, SF.net’s CVS was down and I wasn’t able to get to the source.
on Aug 10th, 2006 at 1:26 am
The javaxdelta CVS repository is working again now.
on Dec 6th, 2006 at 5:59 am
Hi,
I found jrcs which contains a diff class for doing rcs type diffs in Java.
It can be found here:
jcrs homepage
Paul.