I am using Eclipse to develop a BlackBerry app for BBOS 6.0. I now want to support BBOS 5.0 instead of 6.0. How do I do this?
|
|
You can develop using just one eclipse, not two (each for a OS version).
And switch the compilation target in it.
To do so, you should click properties of Then you can switch OS5 and OS6 from As for using OS6-specific classes and concepts, you should consider using |
|||
|
|
|
The First thing you have to do is to install the jde version 5.0. And compile your code with version5.0 Jde. It will run fine if you haven't used the |
|||||||||
|
