Solution 1: You put the JAR with the DOM Level 2 interfaces first in the classpath and cross your fingers.
Solution 2: You open up the JAR with the DOM Level 1 interfaces (use WinZip or Emacs) and delete all the DOM Level 1 interfaces from it. I recommend solution no. 2. arkin Eric Hodges wrote: > > How so? And how do you load the DOM level 2 interface "first"? > > ----- Original Message ----- > From: "Arnaud Le Hors" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <[email protected]> > Sent: Monday, April 24, 2000 4:24 PM > Subject: Re: Build questions > > > Note that in Java 1.2, if you make sure you load the DOM Level 2 > > interfaces first, everything should work just fine! > > -- > > Arnaud Le Hors - IBM Cupertino, XML Technology Group -- ---------------------------------------------------------------------- Assaf Arkin www.exoffice.com CTO, Exoffice Technologies, Inc. www.exolab.org
