This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: running saxon on commandline, java, solaris



> [101]java -classpath/usr/java1.1/lib:. com.icl.saxon.Stylesheet world.xml 
> hello.xsl helloworld.html
> Can't find class world.xml
As you will learn, this is a java error. you're missing a space:

> [101]java -classpath/usr/java1.1/lib:. com.icl.saxon.Stylesheet world.xml 
                      ^

try:

java -classpath /usr/java1.1/lib:. com.icl.saxon.Stylesheet world.xml hello.xsl helloworld.html

-- 
Goetz Bock                                              IT Consultant
Dipl.-Inf. Univ.

PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]