marco graf wrote: > - i put the jars (bouncy also...) in the lib ext dir and also in the path of > the dir where i work > but the compiler cannot find them; what happens?
I'm not sure that putting the jars in some directory works in all cases. How are you compiling/running? Sometimes you have to explicitly add the path to the jars in the CLASSPATH. > - has someone else done it with Java 1.5 or is 1.4 a must? I've done it with Java 1.6 and it worked. Note that you can download BC jars that are specific for each JDK. I used the 1.4 jars in my Java 6 application, and it worked too. 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/
