For setting up of Blackberry environment there are some prerequisites :
- You will need the latest JDK (1.6 at the moment). Download that here: www.oracle.com/technetwork/java/javase/downloads/index.html
- Install Ant http://ant.apache.org/bindownload.cgi
- Set ANT_HOME, JAVA_HOME Environment Variables.
- Download bb-ant-tools.jar ( http://sourceforge.net/projects/bb-ant-tools/files/) and copy it to “lib” directory under the Ant Installation folder.
The next step is BlackBerry Code Signing :
Here is the link to register for blackberry code signing https://www.blackberry.com/SignedKeys/
Installing the signing keys :
You will receive RBB, RRT and RCR keys. To install them you will need to follow this process for each one csi files:
1. Double-click on the attachment
2. If a dialog box appears that states a private key cannot be found, complete steps 3 through 6 before you continue. Otherwise, proceed to step 7.
3. Click “Yes” to create a new key pair file.
4. Type a password for your private key, and type it again to confirm.
5. Click “Ok”
6. Move your mouse to generate data for a new private key.
7. In the “Registration PIN” field, type the PIN number that you supplied on the signature key request form.
8. In the Private Key password field, type a password of at least 8 characters. This is your
private key password, which protects your private key. Please remember this password asyou will be prompted for it each time signing is attempted.
9. Click “Register”.
10. Click “Exit”.
When registering with the signing authority, ensure that you have correctly entered your registration PIN number. If you enter an incorrect PIN 5 times, your keys will be deactivated. The same password must be specified for all keys on the same PC.
All three signing keys have to be installed on the same PC otherwise the signing keys will not work.
Now you are all ready for the development and deployment of blackberry application.
