xsl-list
[Top] [All Lists]

RE: xalan install newbie: NoClassDefFoundError

2003-02-01 15:50:27
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(_dot_)chetwynd(_at_)btinternet(_dot_)com]
Sent: Saturday, February 01, 2003 4:28 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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



<Prev in Thread] Current Thread [Next in Thread>