views:

38

answers:

2

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

+2  A: 

Go into your simulator window menu and select "Simulate->USB Cable Connected" and then you can use javaloader as if it was an actual device connected via USB.

Marc Novakowski
A: 

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.

seand
This sometimes hasn't work for me past.
spacemanaki