iText/BouncyCastle ClassNotFound org.bouncycastle.asn1.DEREncodable and org.bouncycastle.tsp.TimeStampTokenInfo

后端 未结 8 720
天命终不由人
天命终不由人 2020-11-29 06:52

I\'m trying to use iText Java. When you run the example \"how to sign\" the following error occurs:

Caused by: java.lang.ClassNotFoundException: org.bouncyca         


        
相关标签:
8条回答
  • 2020-11-29 07:27

    For jruby-ers with the same failure, I updated to jruby-complete-9.1.13.0.jar from jruby-complete-1.6.6.jar and the problem seemed to resolve...FWIW...

    0 讨论(0)
  • 2020-11-29 07:29

    Luckily, the dependency jars are being delivered along with the iText now.

    Please check the repository link below and download extrajars.zip file

    http://sourceforge.net/projects/itext/files/

    0 讨论(0)
提交回复
热议问题