Java Application Descriptor (JAD) files describe the MIDlets (Java ME applications) that are distributed as JAR files.
JAD files format
MIDlet-1: <Application name>, <icon path>, <midlet class>
MIDlet-Jar-Size: <Size in bytes>
MIDlet-Jar-URL: <Associated JAR file>
MIDlet-Name: <Application name>
MIDlet-Vendor: <Company>
MIDlet-Version: <Application version number>
MicroEdition-Configuration: <CLDC version>
MicroEdition-Profile: <MIDP version>
JAD files are commonly used to package Java applications or games that can be downloaded to mobile phones. Java applications enable Mobile phones to interact programmatically with online web services, such as the ability to send SMS messages via GSM mobile internet or interact in multiplayer games. Some BlackBerry devices use JAD files for themes.
Recent midlets contain a manifest file in the JAR archive. This file contains much of the information stored in the JAD file, rendering it unnecessary in most cases.
JAD mime type
The Midp2 specification instructs that web servers should serve JAD files with a mime_type of "text/vnd.sun.j2me.app-descriptor". If this mime type is not correctly configured, many phones will fail to install the midlet.
See also
External links
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)