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

Re: XT documentation unclear ?

Subject: Re: XT documentation unclear ?
From: "Raffaele Sena" <raff@xxxxxxxxxxxx>
Date: Mon, 21 Feb 2000 09:09:37 -0800
Re: XT documentation unclear ?
> I assumed that it was enough to process XSL stuff, but I get an :
> java.lang.NoClassDefFoundError: org/xml/sax/Parser
> even if if use the switch :
> -Dcom.jclark.xsl.sax.parser=com.jclark.xml.sax.CommentDriver
>
    It may be a problem of where the jar files reside.
    I had a similar problem when not running the application from the current
directory.
    I now use this script and everything is fine:

      #!/bin/sh
      JDK=/usr/local/jdk1.2.2/bin
      XT=/usr/local/xt
      exec $JDK/java -classpath $XT/sax.jar:$XT/xp.jar:$XT/xt.jar
com.jclark.xsl.sax.Driver $*

    (if you are not running on a Unix box, you can either change the script or
    run java with the full paths expanded.

Hope this help,

    Raffaele

-----------------------------------------------------
raff@xxxxxxxxxxxx (::) http://www.aromatic.org/~raff/
        http://www.aromatic.org/



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.