I thaught setting only the lib directory will be equivalent to setting all jar files in that directory. Pardon me if I am wrong. But now I set in my classpath, all the important jar files and tried to compile again. Same error message is being shown still...:(
==================================== Muhammad Ashikuzzaman Programmer, Spectrum Engineering Consortium Ltd. [EMAIL PROTECTED] -----Original Message----- From: Jens Kr�mer [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 6:55 PM To: OJB Users List Subject: Re: starting ojb 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
