Error signing a jar file using javakey

Hello Friends,

I am trying to create a signed applet using jdk 1.1.8(it's old times

back for me...), so I am trying to use the "javakey" tool that comes

with this jdk. Now, for some reason when I am doing the step of

actually signing the jar file by doing:

"javakey -gs sign.directive MyApplet.jar"

I am getting following error:

error generating signature: java.util.zip.ZipException: invalid entry

compressed

size (expected 9525 but got 9270 bytes)[invalid entry compressed size

(expected

9525 but got 9270 bytes)]

Could you guys & gals please see if you could remember seeing and

resolving something like this from the days of jdk1.1. I would really

appreciate your help and time. Thanks in advance.

Regards,

Manjari.

[829 byte] By [kanchua] at [2007-9-30 1:16:48]
# 1
Try signtool: http://developer.netscape.com/docs/manuals/signedobj/signtool/
lubovra at 2007-7-16 5:52:06 > top of Java-index,Security,Signed Applets...
# 2
Just a guess, your jar seems corrupt or is not created with the same JDK version as your keytool is.
rgawankaa at 2007-7-16 5:52:06 > top of Java-index,Security,Signed Applets...