On Tue, 23 Apr 2024 19:26:05 GMT, Lance Andersen wrote:
> > Also, how does one try out these property files? Is there a system property
> > that needs to be set? Can you add more details to the RN on that?
>
> java -Djava.xml.config.file=$JAVA_HOME/conf/jaxp-compat.properties
>
> The property was added in JDK 22 see:
> https://docs.oracle.com/en/java/javase/22/docs/api/java.xml/module-summary.html#Conf_CF_SP
Sounds good, can you add an example to the RN using the above system property?
-
PR Comment: https://git.openjdk.org/jdk/pull/18831#issuecomment-2075040607