How to remove installed Java programs on the simulator?
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 the开发者_开发百科m to clean my simulator a bit. How do I remove them?
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
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
Please following these steps to remove Java Programs from Emulator,
Go to Project Menu, --> Select BlackBerry Option and then select Clean Simulator.
The Shortcut key is Alt+Shift+E, C
精彩评论