These two days, a friend of the development environment, each eclipse inside the Java code modified, and then click the Run button, the BlackBerry Simulator every time need to reboot, why AH.
We all know that the BlackBerry Simulator startup is time-consuming, it does not delay things.
I am also very strange, why my development environment inside, modify the code, in the simulator to close the running program, and then click the Run button, the BlackBerry Simulator does not need to restart, directly on the inside again to point to open the program to run, convenient very much
Solution to the problem:
It was later noticed that, in his project, Blackberry_app_descriptor.xml chose Auto-start on startup.
This way, even if he modifies the Java code and closes the running program inside the emulator, there is still a background Java program running. (Obviously, his program has alternate Entry point)
and the BlackBerry Simulator/real machine, when the program is running, especially when the background program is running, the upgrade of this program will cause the simulator/real machine reboot.
Solution:
In the development test, temporarily shut down Auto-start on startup can ~ ~ ~ ~ ~
Now good, the friend's development and debugging speed is greatly accelerated, happying .... ......