This page was last modified 11:36, 21 November 2007.
MIDlet
From Forum Nokia Wiki
MIDP apllications are called as MIDlet. A MIDlet (or Midlet) is an a Java ME program using MIDP as the profile.
A MIDlet has to fulfill the following requirements in order to run on a mobile phone:
- The "main" class of the project needs to be a subclass of javax.microedition.midlet.MIDlet
- The MIDlet needs to be packed inside a JAR file (e.g. by using the jar-tool or automatically using an IDE)
- The JAR file needs to be preverified by using a preverifier.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Special Characters in Midlet name | shallu_taneja | Mobile Java General | 2 | 2006-08-02 10:48 |
| Start Midlet from other JAR file | heuven | Mobile Java General | 1 | 2005-07-27 13:26 |
| how to run JAR files with arguments? | Al Akaishi | Mobile Java General | 10 | 2006-04-15 00:53 |
| DRM FL +Signed midlet not istalling. | amvyas82 | Digital Rights Management & Content Downloading | 2 | 2006-07-26 20:15 |
| Application source differs from original. Continue? | svo | Mobile Java General | 8 | 2006-12-06 07:57 |
