Re: [iText-questions] java.lang.NoClassDefFoundError: com.lowagie.text.Element

2005-10-04 Thread bruno
[EMAIL PROTECTED] wrote: Do we absolutely need a "public static void main (String[] args)" to use your library. No, the main method is added for your convenience so that you can test the examples immediately. Personally I always use iText in the context of a J2EE application (servlets). br,

Re: [iText-questions] java.lang.NoClassDefFoundError: com.lowagie.text.Element

2005-10-04 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: Any idea? Did anyone ever encounter this? Either you have two different versions of iText in your CLASSPATH, or you are using an iText version that was compiled with another JDK than the one that is used by your JRE. If (1) applies: remove the oldest iText version

[iText-questions] java.lang.NoClassDefFoundError: com.lowagie.text.Element

2005-10-04 Thread rpaquett
Hi, I am investigating the possibility of using your library to help us create PDFs on the fly with our application.  The library was successfully imported into our project (we are using WebSphere Application Designer). When I run it we get this error:  [Servlet Error]-[com.lowagie.text.Element]