- Java SDK, you can download here, and you can read a more complete documentation there, I suggest you use a stable version of Java SDK.
- Blackberry JDE, you can choose several versions that have been released by RIM there from version 4.x - 5.x, but most of the developers choose a stable version, until now the Blackberry JDE 5.0 has been released but still in the experimental stage (Blackbery JDE 5.0 Beta Version).
- NetBeans IDE, you can download here, I recommend looking for a stable version for this IDE
- Plugin with Mobility for BlackBerry, can be downloaded here, to learn more, its source code can be found here
The above plugin is to make BlackBerry JDE as if running concurrently with Netbeans IDE.
Because this plugin is only optional for RIM so did not rule out this method does not work as perfect as plugins that have been recommended or issued officially by RIM, which is plugin for Eclipse IDE. Here I explain how to install the plugin for NetBeans IDE.
First we install NetBeans IDE, next we install the Mobility plugin into NetBeans IDE by going to the NetBeans toolbar menu option and then select Plugins, select the Downloaded tab and then click the Add Plugins button and then browse for the plugin that we downloaded earlier. Next step is to make sure to tick the plugin to be installed and then click the Install button. Then, click the Next check the Agree to the plugin installation process and plugin will be installed. Next step is very important to collaborate Blackberry JDE with Netbeans IDE, the following documentation:
Select Menu on the toolbar and then select the Java Platforms, next choose Add Platform and select the Java ME MIDP Platform Emulator;
Next IDE Netbeans will automatically search Platforms what I have not or already installed into the IDE.
Next check what is necessary to integrate JDE into NetBeans IDE select the folder / directory where JDE is installed, see the picture above. Then select the button next to preparation for the JDE platform installation, and select Plotform which will be installed and then click Finish.
Now your NetBeans IDE has been integrated with the BlackBerry JDE, to ensure this, look back on the Java Platform Manager, if it is installed there is subplafform from J2ME:
After all the above then your Netbeans IDE is ready for BlackBerry Application development, the following is an example where the IDE is ready.
Thank you for taking the time to read my post. Happy coding!