[dbdoclet] Re: Error: Could not find an XML parser

Hello Ralf,

>I assume that no XML parser is found, but where can I set the path to it?

you can copy the jar files xml-apis.jar, xercesImpl.jar and xalan.jar from the 
dbdoclet/jars directory to [jdk_home]/jre/lib/endorsed. Probably you have to 
create the directory first.

This installs the Xerces Parser and Xalan XSLT Processor in your Java Virtual 
Machine.

If you create an ant file with TiDBiT you can have look at another solution 
using the command line argument -Xbootclasspath/p:.

Regards
Michael

Other related posts: