Robert Koberg wrote:
> 
> I am trying to get some of the translet examples to work but I keep getting
> an error(as in my previous post about XSLTC today):
> 
> java.lang.NoClassDefFoundError: de/fub/bytecode/generic/InstructionConstants
> etc...
> 
> Can anybody tell me what is causing this? Or tell me just how to fix the
> problem?
> 
> My jdk1.3/jre/lib/jaxp.properties has the following:
> javax.xml.transform.TransformerFactory=org.apache.xalan.xsltc.runtime.Transf
> ormerFactoryImpl

There was a change in the location of the TransformerFactoryImpl. It is 
under org.apache.xalan.xsltc.trax.TransformerFactoryImpl.


> javax.xml.parsers.DocumentBuilderFactory=javax.xml.parsers.DocumentBuilderFa
> ctory
> javax.xml.parsers.SAXParserFactory=javax.xml.parsers.SAXParserFactory

The above line doesn look right. I think it should be 

        javax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserImpl

or 

        javax.xml.parsers.SAXParserFactory=org.apache.crimson.jaxp.SAXParserImpl

/tom
> 
> -- Please help!!!
> 
> thanks,
> -Rob

Reply via email to