Sunday 20 January 2013

Running a midlet on command line interface

Thought of testing a mobile J2me app on your device before deployment? It can be done on your machine.

Make sure the wireless tool kit is installed.
Navigate to the bin directory via command line.
$ runmidlet your_midlet_name.jad

For references,
Visit http://www.electricmonk.nl/log/2008/02/14/run-mobile-midlets-on-your-pc/