The Overview page serves a dual purpose:
The information required in this section is listed bellow.
Item | Contents |
---|---|
MIDlet Jar URL | The URL from which the JAR file can be loaded. By default, this field will be set to the name of the MIDlet Suite project. A full URL may be specified in this field, in which case the final component of the URL will be used when building the JAR name. |
MIDlet Name | The name of the MIDlet suite that identifies the MIDlets to the user. Individual MIDlets can also have names. See the MIDlets section for more information. |
MIDlet Vendor | The organization that provides the MIDlet suite. |
MIDlet Version | The version number of the MIDlet suite. The format is <major>.<minor>.<micro> as described in the Java Product Versioning Specification. the Java ME container can use this for install and upgrade purposes, as well as for communication with the user. |
Microedition Configuration | The Java ME Configuration (CLDC version) required by this MIDlet suite. The contents of this pull-down will depend on the CLDC versions supported by the Wireless Toolkit that you are using for this project. |
Microedition Profile | The Java ME profile required by this MIDlet suite. As with the Microedition Configuration, the contents of this pull-down will depend on the profile versions supported by the Wireless Toolkit that you are using for this project. |
To manage configurations here. For more information about configuration, refer Configuration Document