
Signature
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
> >To use the SocketConnection the
> >jar-archive has to be signed but it seems to me, that it isn't,
[quoted text clipped - 3 lines]
> I think they also have to be signed with the same key. Are you
> regenerating your key on every sign?
I did the following:
1. i created a new key with the keytool
2. i signed both jar-files with the jarsigner and used for both the
key i have created with the keytool, so i think i use the same key, or
not?
As i tried to use only the jar-archive with the utility-classes as a
signed jar i didn't get the dialog where i have to grant the
permissions, that is why i think, that there are some problems with
this jar-file.
Roedy Green - 19 May 2004 18:48 GMT
>As i tried to use only the jar-archive with the utility-classes as a
>signed jar i didn't get the dialog where i have to grant the
>permissions, that is why i think, that there are some problems with
>this jar-file.
check the jar files with winzip to make sure they are complete. See
http://mindprod.com/jgloss/signedapplets.html
and http://mindprod.com/jgloss/jar.html

Signature
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.