On 12/09/2015 00:30, Martin Buchholz wrote:
I tried adding -Xoverride, but it didn't help.

You'll need to use javac -Xmodule:java.base to compile the classes, then use -Xoverride at run-time. As it happens, there is an example that compiles and uses an development version of CHM here:

  http://openjdk.java.net/projects/jigsaw/quick-start#xoverride

Hopefully it won't too much to get the build.xml to do this.

-Alan

Reply via email to