I downloaded the Eclipse plugin for BlackBerry which has the BlackBerry OS 7 runtime by default. I need to target BlackBerry OS 6 and OS 7 devices. Will this work for BlackBerry OS 6 as well, or do I need to change the the JRE? If I need change the JRE, how do I do that?
I downloaded the Eclipse plugin for BlackBerry which has the BlackBerry OS 7 runtime
Share
What you have already downloaded will be fine for developing for BlackBerry OS 7. However, to also develop for OS 6 devices, you should install the OS 6.0 plugin SDK, too.
Currently, this blackberry.com page describes the general process you’ll need to follow:
Install all the SDKs whose devices you might want to target as minimum versions for your apps. On Windows, choosing a particular JRE version also gives you at least one simulator that runs that version of BlackBerry smartphone software (Mac OS X SDKs don’t support simulators, though).
Once you have a BlackBerry Eclipse project, you will then be able to pick which SDK version you build against. This will be the minimum version that the app will support.
That’s all!