Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » RCP WebStart Jar Sign problem.
RCP WebStart Jar Sign problem. [message #437942] Fri, 07 October 2005 21:54 Go to next message
Eclipse UserFriend
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 Go to previous messageGo to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
>
>
>
Previous Topic:Highlight Search Items in Help
Next Topic:Resource API and StateLocation
Goto Forum:
  


Current Time: Sat Dec 07 17:53:37 GMT 2024

Powered by FUDForum. Page generated in 0.02387 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top