On Thu, Oct 10, 2002 at 06:03:22PM +0600, Md. Ashikuzzaman wrote: [..] > When I compile it reports --- > > An exception has occurred in the compiler (1.3.1_02). Please file a bug > at th > java Developer Connection (http://java.sun.com/cgi-bin/bugreport.cgi). > Include > our program and the following diagnostic in your report. Thank you. > com.sun.tools.javac.v8.code.Symbol$CompletionFailure: file > javax\xml\parsers\ > ParserConfigurationException.class not found [..] > Then I have xalan, xerces in my classpath and again compiled but the > same result is shown. What�s the problem?
maybe you should include lib/xml-apis.jar in your classpath, at least that's the place where ParserConfigurationException.class resides. I think somewhere on the ojb website there is a list of what libs have to be available at compile/run time. hth, Jens -- Jens Kr�mer [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
