I've looked in the dependencies of the iText and found that it covers JDK1.5
only:
<dependency org="org.bouncycastle" name="bctsp-jdk15" rev="1.46"
force="true" conf="optional->compile(*),master(*)"/>
in case you work with a different JDK (like me), you have to write a
dependency in your own project; if you work with gradle (like I do...) it is
something like:
compile(group: 'org.bouncycastle', name: 'bcprov-jdk16', version:
'1.46')
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/java-lang-NoClassDefFoundError-org-bouncycastle-asn1-ASN1OctetString-tp3427288p4299733.html
Sent from the iText - General mailing list archive at Nabble.com.
------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples:
http://itextpdf.com/themes/keywords.php