Does anyone know how to solve this Java error?
java.io.IOException: Invalid keystore format
I get it when I try to access the certificate store from the Java option in the control panels. This stops me from loading applets that require elevated privileges.
Error image
I was able to reproduce the error by translating the trusted.certs file into the directory
C:\Documents and Settings\CDay\Application Data\Sun\Java\Deployment\security.
C:\Documents and Settings\CDay\Application Data\Sun\Java\Deployment\security
Deleting the file fixes the problem.
Do not include special characters in the organization name and unit
This seems to be a missing certificate or an invalid format. Have you already created a certificate using keytool?
for me, this meant that my key file I was trying to import was invalid (it was actually not a 404 page).
For you guys who can’t find “Documents and Settings” (for whatever reason maybe), this is another way where trusted.certs can be found:
C:\Users\<username>\AppData\LocalLow\Sun\Java\Deployment\security
Hope this helps!
Source: https://habr.com/ru/post/1697451/More articles:Java: Eclipse - Diff Trace - javaCustom Paint Windows Forms Scrollbar? - winformsHow to do automated user interface testing for Flash - actionscriptImport contacts from top mail services - web-servicesHow to reserve low memory (pre OS)? - bootPattern to search for various methods with exception exceptions - design-patternsHow to solve "Attempting to mount a database with auto-name for file ..." SQL error? - sql-serverHow to make the gwt-ext window not change when its contents change? - javaIs there a nice easy multi-platform C ++ timer queue? - c ++How to read console output on j2me mobile phones? Where does System.out.println () go? - javaAll Articles