xsl-list
[Top] [All Lists]

Re: xalan install newbie: NoClassDefFoundError

2003-02-01 14:12:59
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