Maxime B?gnis wrote: > > error message: > > java.lang.NoClassDefFoundError : > org/apache/xml/utils/URI$MalformedURIException.class > > I made it work by adding the xalan.jar library 'by hand' in the add-on folder > though. > > Does anyone know where the problem comes from? >
* xalan.jar is definitely not needed. * This problem is almost certainly caused by your working environment. Needless to say that we cannot reproduce this problem here, with our own working environment. * You are not the first user to report such problem but I don't remember its exact cause. Sorry for that. I would say that you have copied a fop.jar, xalan.jar and/or xerces.jar to jre/lib/ext/ (more info. in http://java.sun.com/docs/books/tutorial/ext/basics/install.html) and that these .jar files get in the way.

