posted 12 years ago
I am trying to sign a jar file (e.g., my.jar) using a third party certificate (third.cer). I have placed "my.jar" and "third.cer" in the bin directory. I am getting an error while trying to sign the jar. It tells me that the keystore password is incorrect, which is not true. Any advice will be appreciated.
First, I successfully create a keystore and import the alias.
jarsigner fails
I did a list to make sure that my keystore was created correctly, as shown below:
Any suggestion will be appreciated.