I use bouncycastle encryption package to encrypt a string that is going to SMS out to my company gateway.
It runs well until i click "send" command, the error shown in console which is:
Expand|Select|Wrap|Line Numbers
- java.lang.NoClassDefFoundError: org/bouncycastle/crypto/PBEParametersGenerator
- at MyApplication$HelpSelector.commandAction(+721)
- at javax.microedition.lcdui.Display$DisplayAccessor.commandAction(+282)
- at javax.microedition.lcdui.Display$DisplayManagerImpl.commandAction(+10)
- at com.sun.midp.lcdui.DefaultEventHandler.commandEvent(+68)
- at com.sun.midp.lcdui.AutomatedEventHandler.commandEvent(+47)
- at com.sun.midp.lcdui.DefaultEventHandler$QueuedEventHandler.run(+250)
How to fix this error ?
any1 can help?
please its urgent.
thanks alot..
from
Nick