Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

The .keystore file now cannot be found (No such file or directory)

911171Jan 15 2012 — edited Jan 15 2012
hi,

so, I'm trying to sign a JAR file connected to an applet.

I got to creating the keystore and had a "where do you want to store it? and what do you want to call it?" messages.

I saved it as '.keystore' and was warned by the system that files beginning with '.' are invisible.

I clicked ok (thinking the compiler should be able to 'see' it) and now whenever I try to sign anything the Terminal tells me:

jarsigner error: java.lang.RuntimeException: keystore load: /Users/spikenigma/.keystore (No such file or directory)

It doesn't matter how many other keystores I create, it looks for it in said directory and throws up an error.

I've tried everything

HELP
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 12 2012
Added on Jan 15 2012
4 comments
9,375 views