Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Java ME (J2ME) Developer Guide
Previous Page Home Next Page

Overview

The Overview page serves a dual purpose:

  1. It contains two main sections that define important properties of the MIDlet 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 ConfigurationDocument


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire