<<Up     Contents

MIDlet

A MIDlet is a Java program for embedded devices, more specifically the J2ME virtual machine. Generally, these are games and applications that run on a cell phone.

MIDlets will (should) run on any device that implements J2ME. Like all java programs, MIDlets are "compile once, run anywhere". To write a MIDlet, you can get Sun's Wireless Toolkit from http://java.sun.com, available on several platforms and free as in beer.

Hints for writing MIDlets:

wikipedia.org dumped 2003-03-17 with terodump