PDA

Click to See Complete Forum and Search --> : [RESOLVED] Signed Java Applet


kfcSmitty
Jan 30th, 2009, 09:26 AM
Hi guys,

A fairly simple question that I haven't been able to find a cut and dry answer to.

When I sign an applet, do I need to sign all of the Jars I am including into it as well, or only the main class/jar?

I my applet uses my UploadApplet.jar, but I reference many of the jakarta commons jars throughout the program. Will all of the commons jars need to be signed as well?

kfcSmitty
Jan 30th, 2009, 10:23 AM
Nevermind, I found my answer. Yes, all of the files being used must be signed if they use something that requires restricted permission.