Search code examples
blackberryblackberry-simulator

Load App To Blackberry Emulator From Command line


How can I load an application and replace the existing copy to the Blackberry emulator from the command line (not Eclipse)?


Solution

  • You can copy your app's .cod file into the simulator home directory. When the simulator is launched your app will appear in the sim. I prefer this technique because it's simple and easily scripted. (I developed an automated BB test framework). Some of the newer simulator's (fledge) have CLI options for loading apps.