Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] java.lang.IncompatibleClassChangeError Exception

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Harold <elharo AT metalab.unc.edu>
  • To: Mangala <mangalak AT gmail.com>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] java.lang.IncompatibleClassChangeError Exception
  • Date: Thu, 08 Jan 2009 20:53:40 -0800

Mangala wrote:

The jsp page is throwing an exception "java.lang.IncompatibleClassChangeError"
at "Builder parser = new Builder()" line.
It works fine with other servers like jetty.

Please let me know what might have gone wrong or how to fix this problem.


Something in your classpath was compiled against a different version of something else in your classpath, perhaps Xerces.

--
Elliotte Rusty Harold elharo AT metalab.unc.edu
Refactoring HTML Just Published!
http://www.amazon.com/exec/obidos/ISBN=0321503635/ref=nosim/cafeaulaitA



  • Re: [XOM-interest] java.lang.IncompatibleClassChangeError Exception, Elliotte Harold, 01/08/2009

Archive powered by MHonArc 2.6.24.

Top of Page