0

Suddenly my changes are not getting reflected when I run my app.

I have tried the following things.

  1. Restarted the Eclipse and tried.
  2. created a new Eclipse workspace.
  3. Uninstall and installed the Blackberry JDE.
  4. As I read "Blackberry simulator not creating COD file", I have deleted some java files and images then tried.

Nothing works.

halfer
  • 19,824
  • 17
  • 99
  • 186
Padma
  • 656
  • 3
  • 11
  • 30

2 Answers2

1

Make sure your project is "Activated for BlackBerry" like this: this screenshot

Orr Matarasso
  • 771
  • 1
  • 7
  • 17
0

Next best thing you can do is go to simulator folder in bb plugin and:

  • delete < ProjectName >.* files
  • run clean.bat

After that, if app will simply not load into simulator, do Alt+B (Project->Build Active BB Configuration) and see in Console (Alt+Shift+Q, C), if there was any errors during rapc execution.

Maksym Gontar
  • 22,765
  • 10
  • 78
  • 114