Re: No Such Method Error - in DOM2Helper class

2001-07-16 Thread Kenneth Trio
livered-To: mailing list [EMAIL PROTECTED] >From: "Abdul Wahab" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: Re: No Such Method Error - in DOM2Helper class >Date: Thu, 12 Jul 2001 11:17:43 +0800 >MIME-Version: 1.0 >Content-Trans

Re: No Such Method Error - in DOM2Helper class

2001-07-11 Thread Keiron Liddle
On Thu, 12 Jul 2001 05:17:43 Abdul Wahab wrote: > Hi Keiron! > > I verified my classpath and files. Everything is correct. But still its > coming. What to do!! > If you dont mind, could u pls send me ur working Jar files. All the necessary jar files come with fop. Either in cvs or the distri

Re: No Such Method Error - in DOM2Helper class

2001-07-11 Thread Abdul Wahab
TED]> Sent: Tuesday, July 10, 2001 4:06 PM Subject: Re: No Such Method Error - in DOM2Helper class > > This sort of error means either: > - the java libraries in the runtime classpath are different to the compile > time > - the java libraries you are using are incompatible > >

Re: No Such Method Error - in DOM2Helper class

2001-07-10 Thread Keiron Liddle
This sort of error means either: - the java libraries in the runtime classpath are different to the compile time - the java libraries you are using are incompatible So make sure your classpath contains only the jars you need and ones that are compatible. I would suggest using the xalan and xerce

No Such Method Error - in DOM2Helper class

2001-07-10 Thread Abdul Wahab
Hi!  I want to convert XML to PDF by reading XML file in servlet.  So, Now my process is XML==>XSL:FO==>PDF. I tried with the bellow code.But I am getting "No Such MethodError" exception, for the past 3 days, eventhough the method is existed in class file.Could u please help me to solve thi