|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] 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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








