RE: [xsl] xalan install newbie: NoClassDefFoundError

Subject: RE: [xsl] xalan install newbie: NoClassDefFoundError
From: "Lopez, William" <william.lopez@xxxxxxx>
Date: Sat, 1 Feb 2003 16:50:27 -0600
When JP wrote, "..set CLASSPATH=$CLASSPATH;C:\xalan\bin\xalan.jar.." you
have to specify the exact path to the jar. Search MS on "Environment
Variables". In W2k right-click My Computer, select Properties and selct the
Advanced tab. There you'll see an Environment Variables box, look for the
System Variables box, select CLASSPATH and add you jar paths to that using
the semi-colon as a separator and it wouldn't hurt to update the PATH
property too.

HTH

-----Original Message-----
From: Jonathan Chetwynd [mailto:j.chetwynd@xxxxxxxxxxxxxx]
Sent: Saturday, February 01, 2003 4:28 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] xalan install newbie: NoClassDefFoundError


Thanks for that, ';' maybe essential but its not sufficient :-(

but I'm missing more and can't figure out what!

any other ideas, should I be in a particular directory for instance??

Jonathan


On Saturday, February 1, 2003, at 09:12 PM, J.Pietschmann wrote:

> Jonathan Chetwynd wrote:
>> Is there a howto on installing xalan on windowsXP?
> ...
>> bin>set CLASSPATH=$CLASSPATH:C:\xalan\bin\xalan.jar
>
> Windows uses a semicolon as separator in path variables.
> Use
>  set CLASSPATH=$CLASSPATH;C:\xalan\bin\xalan.jar
> etc. and everything should be ok.
>
> J.Pietschmann
>
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


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

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


Current Thread