japiotext

Java API compatibility testing tools

Install

All systems
curl cmd.cat/japiotext.sh
Debian Debian
apt-get install japitools
Ubuntu
apt-get install japitools
image/svg+xml Kali Linux
apt-get install japitools
Windows (WSL2)
sudo apt-get update sudo apt-get install japitools
Raspbian
apt-get install japitools

japitools

Java API compatibility testing tools

It consists of two simple tools designed to test for compatibility between Java APIs. They were originally designed for testing free implementations of Java itself for compatibility with Sun's JDK, but they can also be used for testing backward compatibility between versions of any API. The tools are japize and japicompat. Japize is a Java program which emits a listing of an API in a machine-readable format. Japicompat then takes two such listings and compares them for binary compatibility, as defined by Sun in the Java Language Specification.