OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK-APPS: saxon


At 08:59 PM 5/25/01, Kunath, Marcel wrote:

>I was trying out an example but it gave me this error:
>
>F:\saxon\samples>java com.icl.saxon.StyleSheet data\othello.xml
>styles\play.xsl
>dir=playhtml
>Exception in thread "main" java.lang.NoClassDefFoundError:
>com/icl/saxon/StyleSheet
>
>It says to add the directory to the classpath. God knows what this means
>under Windows. I added 
>f:\saxon to the System PATH variable. Doesn't help.

Nearly, not quite.

try java -classpath F:\saxon\saxon.jar -o file.html com.icl.saxon.StyleSheet data\othello.xml 

This assumes 
saxon.jar is in directory f:\saxon
source file is in f:\data
output file is file.html

HTH DaveP



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC