On 12/09/2015 00:30, Martin Buchholz wrote:
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:I tried adding -Xoverride, but it didn't help.
http://openjdk.java.net/projects/jigsaw/quick-start#xoverride Hopefully it won't too much to get the build.xml to do this. -Alan