Slide 3.4: Migrating wireless applications to MIDP 2.0, WMA, and MMA
  Slide 3.6: Using J2ME
  Home


MIDlet


A MIDlet, a Java program for embedded devices, is an application written for MIDP (Mobile Information Device Profile). MIDlet applications are subclasses of the javax.microedition.midlet.MIDlet class that is defined by MIDP. A MIDlet has to fulfill the following requirements in order to run on a mobile phone: Note that the MIDlet development environment KToolbar of J2ME Wireless Toolkit 2.3 has simplified the above steps.

The following list gives hints for writing MIDlets: