Error when signing a jar - Invalid manifest format
843802Feb 11 2002 — edited Nov 1 2002After I run the jarsigner command, I tried to verify it using the command
"jarsigner -verify myjar.jar"
The tool keep throwing an exception:
IOException: Invalid manifest format
When running the same JAR in WebStart I get exactly the same error.
When signing another JAR (using the same keystore) it is woking fine.
Any idea why I get this error message ?
Thanks