Domanda

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

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top