RCP WebStart Jar Sign problem. [message #437942] |
Fri, 07 October 2005 21:54 |
Eclipse User |
|
|
|
Originally posted by: huhaitao.gmail.com
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
|
|
|
Re: RCP WebStart Jar Sign problem. [message #437991 is a reply to message #437942] |
Tue, 11 October 2005 08:06 |
Eclipse User |
|
|
|
Originally posted by: sunxufeng962.gmail.com
i am interest in these question too. can you tell me where is Burnette's
guide.
"Ryan Hu" <huhaitao@gmail.com> ???? news:di6qr7$udm$1@news.eclipse.org...
> 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
|
|
|
Re: RCP WebStart Jar Sign problem. [message #438064 is a reply to message #437991] |
Wed, 12 October 2005 15:49 |
Eclipse User |
|
|
|
Originally posted by: huhaitao.gmail.com
Gerald,
I have resolved this problem.
Firstly you need use JDK instead of JRE as your eclipse java environment
Secondly, you should add JDK dir\bin into your PATH enviorment variable.
then, every thing is ok.
gerald wrote:
> i am interest in these question too. can you tell me where is Burnette's
> guide.
>
> "Ryan Hu" <huhaitao@gmail.com> ???? news:di6qr7$udm$1@news.eclipse.org...
>
>>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
>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.03423 seconds