Problem signing jars for web applet
- by nuno_cruz
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... :/
http://dl.dropbox.com/u/1430071/images/errormessage.png