|
||
Several errors may happen while installing a MIDlet. This section lists the common errors that are specific to MIDlet handling.
Error Message |
Reason |
|
The attributes that are required to have the same values in the JAR's manifest and the JAD are not the same |
|
The version required by the MIDlet is not supported by the device. |
|
A required file was not found. For example, no manifest is found in the JAR, or an icon of a MIDlet is not found in the archive. |
|
An error occured while the icons are converted from the PNG format to the MBM format. |
|
The JAD file is invalid. |
|
The JAR's manifest is invalid. |
|
Insufficient space on the drive. |
|
An error occurred while downloading the JAR file. |
|
The transport protocol is not HTTP. |