Page 1 of 1

Class not found BouncyCastle

PostPosted: Thu Aug 18, 2016 7:50 pm
by jesse
Hi all,

I'm having some trouble with signing a PDF document with a smart client. I'm using a plugin which uses a java library called BouncyCastle. But somehow this class is not loaded. Does anyone know whether I might be missing a file, .jar or .jnlp somewhere?


The error I get in the java console:
Exception in thread "AWT-EventQueue-2" java.lang.NoClassDefFoundError: org/bouncycastle/jcajce/provider/digest/MD2$Digest

The line in the plugin that is throwing the error:
ExternalDigest digest = new BouncyCastleDigest();


Any tips in which direction I should start looking?