Randall J. Parr wrote:
> LOCALCLASSPATH=\
> ${FOPHOME}/build/fop.jar\
> :${FOPHOME}/lib/xerces.jar\
> :${FOPHOME}/lib/xalan.jar\
> :${FOPHOME}/lib/batik.jar\In my distribution there is no xerces.jar nor a xalan.jar in lib. There is a xerces-1.2.3.jar and a xalan-2.0.0.jar. Did you rename the files? > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/xml/serialize/BaseMarkupSerializer There appears to be a problem locating a certain class which should be in the Xerces jar (not necessarily xerces.jar). I recommend to check the classpath again. J.Pietschmann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
