Where can I change midlet's description - the very text? Is it in some configuration file or something?
Asked
Active
Viewed 144 times
1 Answers
1
MIDlet's description is in the Java Application Descriptor (JAD) file.
See eg Learning Path: MIDlet Life Cycle tutorial:
The JAD file, as the name implies, describes a MIDlet suite. The description includes the name of the MIDlet suite, the location and size of the JAR file, and the configuration and profile requirements. The file may also contain other attributes, defined by the Mobile Information Device Profile (MIDP), by the developer, or both...

gnat
- 6,213
- 108
- 53
- 73