Rutvik Upadhyay wrote: > Hello All, > > I am using JDK 1.5 That is NOT TRUE!!! (For proof: see below.)
> iText 2.1.5 Version. iText is built using JDK 1.4. It works perfectly with JDK 1.5. > Below mentioned error occured during compilation: > > cannot access com.lowagie.text.pdf.PdfWriter > bad class file: > E:\Shared\PDF\iText.jar(com/lowagie/text/pdf/PdfWriter.class) > class file has wrong version 48.0, should be 47.0 The fact that it says "version 47" tells me that you are using 1.3 NOT 1.5. Check your Runtime Environment! -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
