Re: [xsl] xalan install newbie: NoClassDefFoundError

Subject: Re: [xsl] xalan install newbie: NoClassDefFoundError
From: Jonathan Chetwynd <j.chetwynd@xxxxxxxxxxxxxx>
Date: Sun, 2 Feb 2003 08:55:06 +0000
Ivan,

many thanks, working now, perhaps it might be time to add this to the helpfiles?

Jonathan

On Saturday, February 1, 2003, at 10:46 PM, Ivan Pedruzzi wrote:

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: [xsl] 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



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


Current Thread