[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: SAXON 8.2 JAVA

Subject: RE: SAXON 8.2 JAVA
From: "Tommy Skarateppen" <ts@xxxxxxxxxxxx>
Date: Thu, 20 Jan 2005 16:37:06 +0100
java.lang.noclassdeffounderror org w3c dom typeinf
This is what happens when I do javap org.w3c.dom.TypeInfo from the command
line:

C:\>javap org.w3c.dom.TypeInfo
Compiled from "TypeInfo.java"
public interface org.w3c.dom.TypeInfo{
    public static final int DERIVATION_RESTRICTION;
    public static final int DERIVATION_EXTENSION;
    public static final int DERIVATION_UNION;
    public static final int DERIVATION_LIST;
    public abstract java.lang.String getTypeName();
    public abstract java.lang.String getTypeNamespace();
    public abstract boolean isDerivedFrom(java.lang.String,
java.lang.String, int);
}

I may have an old version of DOM in the endorsed librarys. I'll check it
out.

-tommy

-----Opprinnelig melding-----
Fra: Michael Kay [mailto:mike@xxxxxxxxxxxx]
Sendt: 20. januar 2005 15:40
Til: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Emne: RE:  SAXON 8.2 JAVA


>
> 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/

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.