Hi, let's say you have a midlet running on the emulator, how do you get it to run on the real thing, thanks
liang gu
Ranch Hand
Joined: Nov 05, 2001
Posts: 89
posted
0
Well. First find the MIDP for the actual device and load that to the device. (Please note not all the device has a supported MIDP, e.x, BlackBerry doesn't has a MIDP even though Midlet works on its simulator, at least not yet). Then, on your PC, convert .jad and .jar file to .prc file, and use the desktop loader to load the .prc file to the actual device. That should be it. [This message has been edited by liang gu (edited November 08, 2001).]