[dbdoclet] Re: Error: Could not find an XML parser
- From: MichaelFuchs@xxxxxxxxxxx
- To: dbdoclet@xxxxxxxxxxxxx, Ralf Heydenreich <rheydenr@xxxxxxx>
- Date: Tue, 26 Oct 2004 18:40:07 +0200
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
- References:
- [dbdoclet] Error: Could not find an XML parser
- From: Ralf Heydenreich
Other related posts:
- » [dbdoclet] Error: Could not find an XML parser
- » [dbdoclet] Re: Error: Could not find an XML parser
- [dbdoclet] Error: Could not find an XML parser
- From: Ralf Heydenreich