I got an error while I tried to preverify my lib. It seems to me that the SDK could not find the default Java lib though I had added it into the system.
Here is the command::
D:\Work\Setup\Blackberry\plugins\net.rim.ejde.componentpack5.0.0_5.0.0.25\compon ents\bin>preverify.exe -classpath ..\lib\net_rim_api.jar encryption.jar
And here is the error
Error preverifying class com.wavesecure.encryption.EncryptionManager
VERIFIER ERROR com/wavesecure/encryption/EncryptionManager.encrypt([B[B)[B:
Cannot find class java/security/Key
Anyone knows why?