not all jar files are signed
Hi All,
We provide, to our customers, a signed jar file which access a native DLL. One of our customers is creating there own applet jar file that uses the classes in our jar file, thus there is a total of two jar files: ours and theirs. If our client does not sign their applet jar file, a security exception is thrown from our class, in our signed jar file. Must all of the jar files be signed to satisfy the security manager? Is there anyway around this problem, since our customer does not want to have to sign their jar file?
Thanks
Alan

