Sun Microsystems 2 Tablet Accessory User Manual


 
Appendix A Quick Start Examples 39
6. Run this command to merge x2.sig and x3.sig attempting to produce the
x2+x3.sig file:
The command prints a message to the console similar to the following with possible
differences due to system characteristics indicating a conflicting static modifier,
and no signature file is created:
The conflict is that x2.sig contains this method (see
CODE EXAMPLE A-7):
Example Result Files
This section contains the files that are generated from the previous Merge examples.
% java -cp $CLASSPATH com.sun.tdk.signaturetest.Merge -Files
x2.sig:x3.sig -Write x2+x3.sig
x.A.abc : <static> modifier conflict
STATUS:Error.Error
meth public void x.A.abc()
and x3.sig contains this method:
meth public static void x.A.abc()
CODE EXAMPLE A-6 Contents of ./x1.sig
#Signature file v4.0
#Version
CLSS public java.lang.Object
cons public Object()
meth protected java.lang.Object clone() throws
java.lang.CloneNotSupportedException
meth protected void finalize() throws java.lang.Throwable
meth public boolean equals(java.lang.Object)
meth public final java.lang.Class<?> getClass()
meth public final void notify()
meth public final void notifyAll()
meth public final void wait() throws
java.lang.InterruptedException
meth public final void wait(long) throws
java.lang.InterruptedException
meth public final void wait(long,int) throws
java.lang.InterruptedException
meth public int hashCode()
meth public java.lang.String toString()