Search |
||
Hot deployment into emulatorPosted by tbrandalik on February 1, 2009 at 11:20 AM PST
Java ME SDK has an important feature which can speed up MIDlet development. MIDlet can be redeployed into already opened emulator. emulator.exe -Xjam -Xdevice:/device name/ and then deploy my application again and again without exiting emulator - just exiting from a MIDlet. emulator.exe -Xdescriptor:..\apps\myapp.jad -Xdevice:/device name/ Several things happen in background transparently to an user. MIDlet is deployed, launched and after exit it is removed. The same feature works of course also from gui. -Tomas »
Related Topics >>
Mobile and Embedded Comments
Comments are listed in date ascending order (oldest first)
Submitted by pandora808 on Wed, 2009-02-04 11:21.
most definitely does not work in the linux build. :( wtk 2.5.2 right? It just launched a 2nd emulator window with the app. bummer, that would have been really nice.
Submitted by tbrandalik on Thu, 2009-02-05 01:18.
Right. This doesn't work in wtk 2.5.2 Try Java ME SDK 3.0 Early Access
Java ME SDK is new architecture with different VM (based on PhoneME) which allows multiple applications running simultaneously. One of them is on-device tooling agent which handles deployment, debugging etc. None of this is present in wtk 2.5.2
-Tomas
|
||
|
|