I am looking for the / lib / security folder from Java JRE 8 under OS X. On Windows, the fodler is located in the java installation directory in the lib \ security subfolder, for example: C: \ Programm Files \ Java \ JRE_xxx \ Lib \ security. But under OS X (El Capitan) I did not find this folder.
When I install the Java JDK, it is inside the JDK installation folder, but the JRe comes with the certificates sent, which are also stored in the cacerts file inside the lib / security folder. So this folder should be somewhere in OS X, because when I launch the Java control panel, I can see these certificates.
thanks.
source share