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