如何使用Bouncy Castle用eclipse加密J2ME应用程序

时间:2021-03-07 18:26:55

I imported bouncy castle jar file into javabuildpath.

我将弹性城堡jar文件导入javabuildpath。

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

在运行我的应用程序时,我收到以下错误:java.lang.NoClassDefFoundError:org / bouncycastle / crypto / engines / AESLightEngine

How to solve this problem?

如何解决这个问题呢?

1 个解决方案

#1


-1  

What is javabuildpath??

什么是javabuildpath?

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

打开文件.classpath,看看你的bouncycastle.jar是否存在。最有可能的不是。

#1


-1  

What is javabuildpath??

什么是javabuildpath?

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

打开文件.classpath,看看你的bouncycastle.jar是否存在。最有可能的不是。