Java: Invalid Keystore format Error

后端 未结 5 1525
悲&欢浪女
悲&欢浪女 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条回答
  •  萌比男神i
    2020-12-11 08:24

    I was able to reproduce the error by mangling the trusted.certs file at directory

    C:\Documents and Settings\CDay\Application Data\Sun\Java\Deployment\security.

    Deleting the file fixed the problem.

提交回复
热议问题