Trouble signing applet
I'm attempting to sign my .jar file with a certificate from Verisign using the instructions here:
http://www.verisign.com/support/code-signing-support/code-signing/digital-id.html
I have completed all of the steps except the last step where I recieve this error:
jarsigner error: java.lang.RuntimeException: keystore load: C:\Documents and Settings\brent\.keystore (The system cannot find
the file specified)
There is no file or folder named .keystore in the path above. All of my files are in the C:\j2sdk1.4.2_11\bin directory. Can anyone help?

