xom icon indicating copy to clipboard operation
xom copied to clipboard

suppress IllegalAccessError

Open jcszymansk opened this issue 3 years ago • 0 comments

On Java 17 Builder fails to load nu.xom.JDK15XML1_0Parser with IllegalAccessError, as it is not suppressed, it never tries any further parsers.

This trivial PR suppresses the IllegalAccessError.

jcszymansk avatar Aug 23 '22 19:08 jcszymansk