Java: Invalid Keystore format Error

后端 未结 5 1516
悲&欢浪女
悲&欢浪女 2020-12-11 07:32

Does anyone know how to solve this java error?

java.io.IOException: Invalid keystore format

I get it when I try and access the certificate

5条回答
  •  失恋的感觉
    2020-12-11 08:10

    For you guys who can't find the 'Documents and Settings' (whatever reason there may be) here is another path where the trusted.certs can be found:

    C:\Users\\AppData\LocalLow\Sun\Java\Deployment\security
    

    Hope this helps!

提交回复
热议问题