running Saxon examples

Subject: running Saxon examples
From: "Yannick Nicolas" <yannick@xxxxxxxxxxxxxxxx>
Date: Fri, 10 Dec 1999 10:54:49 +0000
Hi !
I've tried to run Saxon examples.
Applying stylesheets with the 'com.icl.saxon.StyleSheet' class
works (e.g. 'java com.icl.saxon.StyleSheet data\books.xml styles\books.xsl >output.html').
The problem I have is when I try to launch java programs,
such as the ShowBooks example.
If I try :
java  ShowBooks  samples\data\books.xml  >test1.html

I have an error:
java.lang.NoClassDefFoundError: com/icl/saxon/Propagator
	at java.lang.ClassLoader.defineClass0(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:442)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:101)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
	at java.net.URLClassLoader.access$1(URLClassLoader.java:216)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:191)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:290)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:275)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Exception in thread "main"




I don't understand what's wrong because in the help files it is said
that the Propagator class has been merged with the Controller class,
so it should not exist anymore, and I should not have an error about
this class!

If somebody can bring me the explanation...

Thanks you !



Adresses gratuites et illimitées sur http://bretagne.zzn.com
__________________________________________________________________________________
Constituez votre propre service d'e-mail sur le Web à l'adresse http://www.zzn.com


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


Current Thread