Re: Xerces-J 2.* On JDK 9

2018-03-07 Thread Mukul Gandhi
On Tue, Jan 2, 2018 at 10:30 PM, Michael Glavassevich wrote: > I can imagine there would be an issue with xml-apis.jar (and Java 9 > modularization), but nothing in xercesImpl.jar should conflict with classes > in JDK 9. You should be able to include the implementation jar on the > regular classp

Re: Xerces-J 2.* On JDK 9

2018-01-02 Thread Michael Glavassevich
I can imagine there would be an issue with xml-apis.jar (and Java 9 modularization), but nothing in xercesImpl.jar should conflict with classes in JDK 9. You should be able to include the implementation jar on the regular classpath. Thanks. Michael Glavassevich XML Technologies and WAS Develop

Re: Xerces-J 2.* On JDK 9

2017-12-06 Thread Mark Raynsford
On 2017-12-05T16:28:41 -0800 Jeff Greif wrote: > You put the xerces jars in the "endorsed overrides" directory. > > https://docs.oracle.com/javase/8/docs/technotes/guides/standards/ "This feature is deprecated and will be removed in a future release." It has actually been removed entirely in J

Re: Xerces-J 2.* On JDK 9

2017-12-06 Thread Jeff Greif
You put the xerces jars in the "endorsed overrides" directory. https://docs.oracle.com/javase/8/docs/technotes/guides/standards/ On Tue, Dec 5, 2017 at 1:18 PM, Mark Raynsford < list+org.apache.xer...@io7m.com> wrote: > Hello. > > Is it possible to use Xerces in a (modular) JDK 9 project? > > I'