views:

389

answers:

2

There are lots of java apps on my simulator menu screen which I have been coding and testing? Now I want to remove some of them to clean my simulator a bit. How do I remove them?

+2  A: 

Quote from Reset and clean the blackberry simulator:

Are you sick of having a million icons on your BlackBerry simulator for every HelloWorld and demo project you have every tested? Try this to remove old programs from the simulator and start with a clean ribbon. From the command line browser to your rim jde directory, switch to the simulator sub directory and run clean.bat. This program takes longer than you would expect (about 30 seconds or so on my 3 ghz machine).

UPDATE
Also delete all [app name].cod|cso|debug|jar files from simulator folder Also make sure projects you don't want on simulator are not active and are not in build configuration.

See Build specific BlackBerry project in Eclipse workspace

Max Gontar
A: 

Run clean.bat file from the "simulator" folder located on your installation path

C:\Program Files\Research In Motion\BlackBerry JDE 4.5.0\simulator

Or if you are using BB plugin for eclipse then it must be under foll.path

C:\Eclipse\plugins\net.rim.eide.componentpack4.5.0_4.5.0.16\components\simulator
imMobile
Thanks. I did that. It does reset my simulator to the default settings but doesn't delete the applications in it.
Bohemian