Subject: RE: xalan install newbie: NoClassDefFoundError
From: Ivan Pedruzzi <ipedruzz@xxxxxxxxxxxx>
Date: Sat, 01 Feb 2003 17:46:23 -0500
|
The correct syntax on Windows is
set CLASSPATH=%CLASSPATH%;C:\xalan\bin\xalan.jar
Ivan
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> Jonathan Chetwynd
> Sent: Saturday, February 01, 2003 3:56 PM
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject: xalan install newbie: NoClassDefFoundError
>
>
>
> Is there a howto on installing xalan on windowsXP?
>
> JRE was already installed but not used by me, I downloaded
> xalan but
> can't seem to get further :-(
>
> bin> java -version
> java version "1.3.1_04"
> Java.(TM) 2 Runtime Env...
> Java HotSpot...
>
>
>
> bin>set CLASSPATH=$CLASSPATH:C:\xalan\bin\xalan.jar
> bin>set CLASSPATH=$CLASSPATH:C:\xalan\bin\xerces.Impl.jar
> bin>set CLASSPATH=$CLASSPATH:C:\xalan\bin\bsf.jar
> bin>set CLASSPATH=$CLASSPATH:C:\xalan\bin\xml-apis.jar
>
> bin>java org.apache.xalan.xslt.Process
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/xalan/xslt/Process
>
> not what was promised by Doug namely:
>
> =xslproc options:
> -IN input XMLURL
> ....
>
> thanks
>
> Jonathan
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|