java - What kind of error "org/bouncycastle/asn1/ASN1OctetString" is this? -


i got error struts based project in eclipse

java.lang.noclassdeffounderror: org/bouncycastle/asn1/asn1octetstring  

what kind of error can 1 explain it?

the file looking the legion of bouncy castle

legion of bouncy castle java cryptography apis description:

the bouncy castle crypto package java implementation of cryptographic algorithms. package organised contains light-weight api suitable use in environment (including newly released j2me) additional infrastructure conform algorithms jce framework.

the file downloadable maven repository here.

you have error because file not available in java classpath. download file , put web-inf/lib.


Comments