I have created a jar of cldc_bccore_classes.zip
(bouncy castle light weight api) and preverified it.
I am using this jar in my Blackberry project
.
Everything worked fine, the jar is preverified and the project runs fine on the simulator.
But when I sign the project and deploy it on the device it gives me an error message :
Error starting <AppName>: <AppName> may not call a native method.
I have been searching on internet for a long and tried every possible way but not able to resolve the issue.