简体   繁体   中英

How to use Bouncy Castle for encrypting J2ME apps with eclipse

I imported bouncy castle jar file into javabuildpath .

While running my application i got the following error: java.lang.NoClassDefFoundError: org/bouncycastle/crypto/engines/AESLightEngine

How to solve this problem?

What is javabuildpath ??

Open up the file .classpath and see if your bouncycastle.jar is there.
Most likely it is not.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM