Problem signing jars for web applet
Posted
by
nuno_cruz
on Stack Overflow
See other posts from Stack Overflow
or by nuno_cruz
Published on 2010-12-22T03:43:50Z
Indexed on
2010/12/22
3:54 UTC
Read the original article
Hit count: 289
keytool -genkey -keystore myKeyStore -alias me
keytool -selfcert -keystore myKeyStore -alias me
jarsigner -keystore myKeyStore jarfile.jar me
I'm using this way to sign jars. I use my jar and a few more as libraries and all of them are signed this way, still, when I open the browser I get the warning that there is signed and unsigned code. So this is confusing me... :/
© Stack Overflow or respective owner