- I like to provide complete solutions. I don't see much point in makingAs a matter of fact I'm having some troubles with the current CVS version.
changes into the cvs that can't compile.
I uploaded version113 and made some (very small) corrections (ITEXT_VERSION + Finn Bock fixes)
When I download everything, I can compile and jar the code (JDK 1.3).
Then I try to compile and run Chap0101.java and I get the ugly NoSuchMethodError
$ java -classpath ../../bin/iText.jar:. Chap0101 Chapter 1 example 1: Hello World
Exception in thread "main" java.lang.NoSuchMethodError
at com.lowagie.text.pdf.PdfWriter$PdfBody.add(Unknown Source)
at com.lowagie.text.pdf.PdfWriter.add(Unknown Source)
at com.lowagie.text.pdf.PdfDocument.newPage(Unknown Source)
at com.lowagie.text.pdf.PdfDocument.close(Unknown Source)
at com.lowagie.text.Document.close(Unknown Source)
at Chap0101.main(Chap0101.java:59)
When I replace my iText.jar with yours, everything works fine... any idea? Bruno
------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
