tags:

views:

22

answers:

1

If I create something with JDE 4.5.0 or 5.0.0 will that necessarily run on all blackberry models?

(please ignore the existence of trackballs / touchscreen)

+2  A: 

When creating and building your application, it is important to choose the correct version of the BlackBerry JDE to make sure that the application is compatible with the target BlackBerry smartphones. Applications built in the BlackBerry JDE are forward-compatible with newer BlackBerry Device Software versions, but they are not backward-compatible with older versions.

For example, an application built in BlackBerry JDE 4.1 runs on a BlackBerry smartphones running BlackBerry® Device Software 4.1 and later. It does not run on a BlackBerry smartphones running BlackBerry Device Software 4.0. Thus, when building applications, you should use a BlackBerry JDE version that matches the lowest version of BlackBerry Device Software you want to support.

Source: link text

So, no. If you use JDE 5.0.0 it won't work on Blackberries with a lower OS version.

Cosmic Flame
Thanks, just what I needed!
paullb
Glad I could help :)Care to accept my answer, then? :pGood luck with the Blackberry development!
Cosmic Flame
accepted (there is a 5 minute limit on accepting answers, that's why I couldn't immediately)
paullb
Fair enough, I didn't know that. Thank you, and good luck! :)
Cosmic Flame