In debugging a release problem, found a problem.
The failure was in ClassLoader.checkCerts that throws the following exception: if (pcerts != null && !compareCerts(pcerts, certs)) { throw new SecurityException("class \""+ name + "\"'s signer information does not match signer information of other classes in the same package"); }
Loading
Please register or sign in to comment