You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Gary L Peskin <ga...@firstech.com> on 2000/12/05 19:20:59 UTC

Xalan1 NoSuchMethodError (was Compiling via TemplateList)

Joe Faith wrote:
> 
> Hi,
> 
> I'm having problems with using xalan 1, even in the "SimpleTransform" mode.
> One of the more persistent errors is:
> 
> java.lang.NoSuchMethodError: org.apache.xerces.framework.XMLParser: method
> setSendCharDataAsCharArray(Z)V not found
> Any ideas?
> 
> (and, yes, the xerces.jar that came with xalan is in my classpath)

Joe --

If you're using Java2 (1.2 or 1.3), check your lib\ext directory or the
same directories under jre in your JDK home directory.  Some versions of
the JDK come with older versions of Xerces or other XML parsers
installed as an extension.  Look at the names of the .jar files in the
ext directory and change to a different extension any that are
xerces.jar or xml4j.jar or any that have Xerces classes in them.

Gary