How to reset java keystore after loosing password?

I am trying to create a new certificate using the keytool. However, I have lost my password and have no access to the keystore. How do I reset the password or start a new store. I don't mind loosing all the certificates in the keystore.
[244 byte] By [mardigiana] at [2007-11-26 13:57:27]
# 1
err, delete it?
ejpa at 2007-7-8 1:37:20 > top of Java-index,Security,Other Security APIs, Tools, and Issues...
# 2
I uninstalled the JDK and deleted the entire directory. It still gives me an error.
mardigiana at 2007-7-8 1:37:20 > top of Java-index,Security,Other Security APIs, Tools, and Issues...
# 3
Your keystore is in your user home directory unless you tell the keytool otherwise. On Unix/Linux this is ~/.keystore.
ejpa at 2007-7-8 1:37:20 > top of Java-index,Security,Other Security APIs, Tools, and Issues...
# 4
Thank you. It works now. I didn't know that keystore was saved there.
mardigiana at 2007-7-8 1:37:20 > top of Java-index,Security,Other Security APIs, Tools, and Issues...