Hi All,
I just try to use Ed Burnette's guide to deploy my RCP application
WebStart. Now under my understanding, all the jar should be signed with
same keystore. I try to sign all jar throw :
Signing JAR Files with a Test Certificate
1. keytool -genkey -keystore myKeystore -alias myself
2. keytool -selfcert -alias myself -keystore myKeystore
3. jarsigner -keystore myKeystore test.jar myself
Everything seems ok before step 3, also i can list them out.
But when running step 3, error occures:
jarsigner: Certificate chain not found for:
org.eclipse.core.runtime_3.1.0.jar. org.eclipse.core.runtime_3.1.0.jar
must reference a valid KeyStore key entry containing a private key and
corresponding public key certificate chain.
Could someone give some suggestions?? Thank you very much!!!
Ryan