Overview

The Overview page serves a dual purpose:

  1. It contains two main sections that define important properties of the Java ME project: Required Information and Runtime.
  2. It functions as a shortcut to test and deploy your MIDlet Suite by providing the Packaging, Exporting, Runningand Debugging sections. These sections provide hyperlinks that, when clicked, invoke commands.

The Application Descriptor Editor

Required Information

Required Information Section

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.

Runtime

Packaging Section

To manage configurations here. For more information about configuration, refer Configuration Document