jardiff
tool to visualise API differences between two JAR files
Install
- All systems
-
curl cmd.cat/jardiff.sh
- Debian
-
apt-get install jardiff
- Ubuntu
-
apt-get install jardiff
- Kali Linux
-
apt-get install jardiff
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install jardiff
- Raspbian
-
apt-get install jardiff
- Dockerfile
- dockerfile.run/jardiff
jardiff
tool to visualise API differences between two JAR files
Jardiff is a tool to help visualise API differences between two different versions of a project. Jardiff takes two jar files and outputs all the public API changes as xml, html or plain text. It can be used from command line or via an Apache Ant task. It requires Java >= 1.4 to run.