views:

75

answers:

2

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.

Could any one help in this issue.

Thanks.

+1  A: 

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

Orr Matarasso
Hi Orson,Thank you for your reply.Yes its activated only.
SWDeveloper
What else I can do to make it work.
SWDeveloper
BlackBerry -> Erase Simulator Files -> Erase All ?
Orr Matarasso
A: 

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.

Max Gontar