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?

[592 byte] By [GreenMarinesa] at [2007-10-2 16:10:44]
# 1
Problem solved....I just needed to specify the keystore:jarsigner -keystore MyKeystore abcd.jar MyKeystoreThat did it for me.
GreenMarinesa at 2007-7-13 16:55:04 > top of Java-index,Security,Signed Applets...