views:

810

answers:

3

Hi

I am using the Blackberry SDK 4.6 eclipse plugin to create applications. My apps were running fine till some time back when testing on the simulator. Then I ran the clear.bat to remove all applications I had added.

Now whenever I try to compile and run my app from eclipse, it does not show up in the simulator. I tried creating the whole project again but still the same result.

Am frustrated. Been trying for the past 3 hours now! Can someone please help?

A: 

Try using the /clear-flash command in the batch file that launches the simulator, this will reset the sim back to it's 'default' mode.

Are the .cod files being put into the same folder as the simulator? Is the simulator opening up when you run from Eclipse?

Fermin
A: 

I m also facing same problem. Please help me out.

jayashree
This happens when there is some problem in the code. The cod file does not get generated either. Remove the cod file from your project and compile. If it does not get generated, means something is wrong with ur code.
lostInTransit