Creating keystore file

I followed the directions to create a keystore file, everything works as indicated, but when I submit at the end the keystore is not submitted and I get following ( I using windows 10):

[Storing myapp.keystore]
keytool error: java.io.FileNotFoundException: myapp.keystore (Access is denied)
java.io.FileNotFoundException: myapp.keystore (Access is denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.(FileOutputStream.java:212)
at java.io.FileOutputStream.(FileOutputStream.java:104)
at sun.security.tools.KeyTool.doCommands(KeyTool.java:1152)
at sun.security.tools.KeyTool.run(KeyTool.java:340)
at sun.security.tools.KeyTool.main(KeyTool.java:333)

How do correct this.

Thanks

Looks like a permissions issue: “Access is denied”.

Any way to fix and get access?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.