Subject: RE: SAXON 8.2 JAVA
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 20 Jan 2005 14:40:17 -0000
|
> I'm getting the exact same error when I try to transform
> using SAXON 8.2.
> "Error: java.lang.NoClassDefFoundError: org/w3c/dom/TypeInfo"
> I'm using jdk1.5.0_01, where JAXP 1.3 is included.
> Any sugestions?
Perhaps you have an older DOM version in the endorsed libraries?
This seems odd, though: I can't explain it. This class is a standard part of
JDK 1.5. What happens if you do
javap org.w3c.dom.TypeInfo
without involving Saxon at all?
Michael Kay
http://www.saxonica.com/
|