01-30-2012 11:36 PM
Hey I'm at the prototype stage of my first blackberry app, and I want to test it on my device.
If initially I click no for making my app a trusted application for the first time I run it, it says
"Error application has been terminated"
Then when I try to run again I get
"Error starting XXXXXX: Module XXXXXXX must be signed with the RIM Runtime Code Signing Key (RRT)"
If I click yes initially I get the same error as above.
My imports are as follows:
import net.rim.device.api.ui.UiApplication;
import net.rim.device.api.system.Bitmap;
import net.rim.device.api.ui.*;
import net.rim.device.api.ui.component.*;
import net.rim.device.api.ui.container.*;
Running java -version my ouput is
java version "1.7.0_02"
Java(TM) SE Runtime Environment (build 1.7.0_02-b13)
Java HotSpot(TM) 64-Bit Server VM (build 22.0-b10, mixed mode)
I'm using blackberry plugin version 1.5
And java SDK version 7.0.0.33
I'm trying to run my app on my blackberry 9900
Running version 7.0.0 Bundle 1355 on my phone.
I've tried searching online but haven't found anything useful yet.
Looking forward to a solution ....
01-31-2012 04:49 AM