do i have to kill my simulator before i want to see the latest code changes on the sim? or is there a way of getting the BB simulator to pick up the latest code changes without having to exit the current instance and starting the simulator again.
相关问题
- How to make background of BrowserField transparent
- Splash screen image size
- How to send SMS Programmatically in Blackberry
- Open a .bar file in Blackberry Playbook Simulator
- How to package and deploy blackberry apps to devic
相关文章
- How to send SMS Programmatically in Blackberry
- Open a .bar file in Blackberry Playbook Simulator
- How to package and deploy blackberry apps to devic
- Could not load BlackBerry webwork+PhoneGap applica
- Country name with space not accepted in BlackBerry
- Blackberry Apps - Importing a code-signed jar into
- 我需要有一个BIS或者BES服务,才能在代码中使用MapField可?(Do I need to h
- 黑莓10个瀑布 - 在模拟器上运行的应用程序(BlackBerry 10 Cascades - Ru
There seem to be no way to change the executable while the simulator is running, since jar file are loaded in memory.
So yes you need to kill the simulator everytime you change the code.
Edit : With the version 1.1 of the eclipse plugin you can now to hot swap code on the simulator.
I do a
file->Load Java Program
,file->Reset
every compile to avoid exiting the simulator. A real device will have to reboot as well.edit 02/28/10
from The BlackBerry Developer