BlackBerry Dev
Posted: Fri Aug 12, 2011 12:09 pm
Hi Folks
I started looking at Blackberry development for work recently, and made a few notes, hopefully this helps someone else out there
Setting up the Development Environment for Blackberry
Java Development
Blackberry applications are written in J2ME (Java 2 Microedition), this is a subset of the Java SE (Standard Edition) which can be downloaded from:
https://cds.sun.com/is-bin/INTERSHOP.en ... TypeFilter
After you install the Java toolkit, run the cmd prompt in Windows and type:
Java version
If installed correctly, you should see the Java version number printed on the console window.
Blackberry Development Tools
The Blackberry development tools and other resourses can be found at:
http://us.blackberry.com/developers/
From this page you can sign up for a developer account, create new themes for the Blackberry and read the Blackberry resource documents.
Eclipse IDE and Blackberry add-in Tools
Firstly you have to install the Eclipse Development Environment, you can get it from:
http://www.eclipse.org/
You can install the basic Java Eclipse platform, next you will have to download the Blackberry development tools – download the Blackberry toolkit from the blackberry.com website. In Eclipse choose:
Help>Software Updates and click the Available Software tab
Under the available software tab, click Add Site. Then click Archive and browse for the zip file that you downloaded from blackberry.com, click install and the Eclipse IDE will be ready to develop Blackberry applications.
Downloading Simulators
Every version of the JDE Blackberry component pack comes with a set of default simulators, however RIM provides simulators for all Blackberry devices – including the new Storm Model. These can be found at:
http://us.blackberry.com/developers/resources/
Installing Desktop Software
With the Blackberry device provided by Nitec, there is a disc that contains the Blackberry Desktop Manager – this allows you to load your application straight onto a Blackberry device to Test it. It can also be downloaded from:
http://uk.blackberry.com/
Code Signed Codes
For basic applications, you can compile and run on real Blackberry devices with no Code signing Keys. However if you want to use further features – like Cryptography, Persistant storage.
Generally it takes 2 to 3 days to get your Signed Codes from RIM and cost about £12
http://us.blackberry.com/developers/jav ... dekeys.jsp
I started looking at Blackberry development for work recently, and made a few notes, hopefully this helps someone else out there
Setting up the Development Environment for Blackberry
Java Development
Blackberry applications are written in J2ME (Java 2 Microedition), this is a subset of the Java SE (Standard Edition) which can be downloaded from:
https://cds.sun.com/is-bin/INTERSHOP.en ... TypeFilter
After you install the Java toolkit, run the cmd prompt in Windows and type:
Java version
If installed correctly, you should see the Java version number printed on the console window.
Blackberry Development Tools
The Blackberry development tools and other resourses can be found at:
http://us.blackberry.com/developers/
From this page you can sign up for a developer account, create new themes for the Blackberry and read the Blackberry resource documents.
Eclipse IDE and Blackberry add-in Tools
Firstly you have to install the Eclipse Development Environment, you can get it from:
http://www.eclipse.org/
You can install the basic Java Eclipse platform, next you will have to download the Blackberry development tools – download the Blackberry toolkit from the blackberry.com website. In Eclipse choose:
Help>Software Updates and click the Available Software tab
Under the available software tab, click Add Site. Then click Archive and browse for the zip file that you downloaded from blackberry.com, click install and the Eclipse IDE will be ready to develop Blackberry applications.
Downloading Simulators
Every version of the JDE Blackberry component pack comes with a set of default simulators, however RIM provides simulators for all Blackberry devices – including the new Storm Model. These can be found at:
http://us.blackberry.com/developers/resources/
Installing Desktop Software
With the Blackberry device provided by Nitec, there is a disc that contains the Blackberry Desktop Manager – this allows you to load your application straight onto a Blackberry device to Test it. It can also be downloaded from:
http://uk.blackberry.com/
Code Signed Codes
For basic applications, you can compile and run on real Blackberry devices with no Code signing Keys. However if you want to use further features – like Cryptography, Persistant storage.
Generally it takes 2 to 3 days to get your Signed Codes from RIM and cost about £12
http://us.blackberry.com/developers/jav ... dekeys.jsp