Skip to content

Instantly share code, notes, and snippets.

@zaenk
Last active March 21, 2018 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zaenk/3ff357eec816bcf264d2847776dc737d to your computer and use it in GitHub Desktop.
Save zaenk/3ff357eec816bcf264d2847776dc737d to your computer and use it in GitHub Desktop.
Java 9 accessExternalSchema

In Java 9, Java 10 location of the jaxp.properties changed to $JAVA_HOME/conf/jaxp.propertes. This is actually indicated by the JavaDoc of DocumentBuilderFactory#newInstance

Java version jaxp.properties location
1.8 or earlier $JAVA_HOME/jre/lib/jaxp.properties
9 or later $JAVA_HOME/conf/jaxp.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment