Raphae Li wrote: > When I use iText, I must install the Development Tools and > the X Software Development packages in linux, or libxp-dev > package, otherwise, it will cause HTTP 500 error, and a java > exception "java.lang.NoClassDefFoundError" > > Does anyone know the exactly libs that iText need in Linux?
The bcprov and bcmail jars from BouncyCastle (but they are only needed when you use encryption or digital signatures). It's more likely that you are using iText with a JVM older than Java version 1.4. That also causes NoClassDefFoundError exceptions. br, Bruno ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
