Question

Where can I change midlet's description - the very text? Is it in some configuration file or something?

Était-ce utile?

La solution

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...

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top