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: 275

Filed under:
|
|
|
  1. keytool -genkey -keystore myKeyStore -alias me

  2. keytool -selfcert -keystore myKeyStore -alias me

  3. 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

© Stack Overflow or respective owner

Related posts about java

Related posts about jar