RE: running Saxon examples

Subject: RE: running Saxon examples
From: Patrick Cauldwell <Patc@xxxxxxxxxxxx>
Date: Fri, 10 Dec 1999 08:20:46 -0800
I had the same problem.  Just rebuild the .class files and all will be well.

Patrick

Patrick Cauldwell patc@xxxxxxxxxxxx (503) 892-4738 
STEP Technology, Inc. 6915 SW Macadam Suite 200, Portland, OR 97219 



-----Original Message-----
From: Yannick Nicolas [mailto:yannick@xxxxxxxxxxxxxxxx]
Sent: Friday, December 10, 1999 2:55 AM
To: xsl-list@xxxxxxxxxxxxxxxx
Subject: running Saxon examples


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


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


Current Thread