--- old/src/java.desktop/share/classes/java/awt/Toolkit.java 2014-11-20 16:03:26.607694291 +0000 +++ new/src/java.desktop/share/classes/java/awt/Toolkit.java 2014-11-20 16:03:26.444683255 +0000 @@ -730,7 +730,7 @@ if (properties.size() == 0) { try { File propsFile = new File( - System.getProperty("java.home") + sep + "lib" + + System.getProperty("java.home") + sep + "conf" + sep + "accessibility.properties"); FileInputStream in = new FileInputStream(propsFile);