The UG says in A.2.1 (7) (see screenshot attached):
====
Use the SignatureTest command to compare the V2.0 API signature with the V1.0 signature file you created in Step 5.
% java com.sun.tdk.signaturetest.Setup -classpath V2.0:$JAVA_HOME/jre/lib/rt.jar -static -package example -fileName test.sig -out report.txt
===
I suppose it should be:
% java com.sun.tdk.signaturetest.SignatureTest -classpath V2.0:$JAVA_HOME/jre/lib/rt.jar -static -package example -fileName test.sig -out report.txt
====
Use the SignatureTest command to compare the V2.0 API signature with the V1.0 signature file you created in Step 5.
% java com.sun.tdk.signaturetest.Setup -classpath V2.0:$JAVA_HOME/jre/lib/rt.jar -static -package example -fileName test.sig -out report.txt
===
I suppose it should be:
% java com.sun.tdk.signaturetest.SignatureTest -classpath V2.0:$JAVA_HOME/jre/lib/rt.jar -static -package example -fileName test.sig -out report.txt