src/java.base/share/classes/java/security/Security.java

Print this page

        

*** 210,220 **** private static File securityPropFile(String filename) { // maybe check for a system property which will specify where to // look. Someday. String sep = File.separator; ! return new File(System.getProperty("java.home") + sep + "lib" + sep + "security" + sep + filename); } /** * Looks up providers, and returns the property (and its associated --- 210,220 ---- private static File securityPropFile(String filename) { // maybe check for a system property which will specify where to // look. Someday. String sep = File.separator; ! return new File(System.getProperty("java.home") + sep + "conf" + sep + "security" + sep + filename); } /** * Looks up providers, and returns the property (and its associated