cannot change arritbutes's value in a inner clcass
Brought to you by:
tanmaykm
cannot change arritbutes's value in a inner clcass
i followed the error and found the reason of this bug.
there's writeAttributeDetails in the class InnerClassArritbute.java
the line
dos.writeInt(iNumberOfClasses);
in the method should change to dos.writeShort(iNumberOfClasses);
how to change method attributes