i have created my project in blackerry 7. when try to run project it shows "Project can not be packaged because it does not have a BlackBerry JRE associated.Unknown BlackBerry Packaging Problem" i have selected compiler 1.4. I have used classes like Vector it shows error that change compiler compliance level to 1.5.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Check that your project is using the Blackberry JRE/JDE in the Build Path, and not standard Java JRE. Compiler compliance should be 1.3 with Blackberry projects (AFAIK, unless this has changed with BB JDE 7), the reason you're asked to change the level to 1.5 is probably that you have standard JRE defined in the Build Path and you're trying to use generics ( |
|||||||||||
|