IntelliJ IDEA 2016.3 Help

Mobile Module Settings Tab

Note that this tab is available for J2ME modules only. The settings depend on the Java Mobile toolkit (SDK) being used, see J2ME.

Settings for Java Wireless Toolkit (WTK)

ItemDescription
MIDlet-NameIn this text box, specify the MIDlet suite name (corresponds to the JAD MIDlet-Name property). This option is necessary to identify MIDlet suite on a device.
MIDlet-JAR-URLIn this text box, specify the MIDlet JAR location. This option is also necessary to identify MIDlet suite on a device. The JAR file will be installed from the location MIDlet-JAR-URL afterward. You can specify the location manually, or click the ellipsis button and select the necessary location in the dialog that opens.
MIDlet-VendorIn this text box, specify the MIDlet vendor name, that is, the MIDlet suite provider.
MIDlet-VersionIn this text box, specify your MIDlet version number.
Optional SettingsClick this button to open the Optional MIDP Settings dialog box where you can set additional options that are not generally required.
Defined MIDlets In this area, define the MIDlets to form your MIDlet suite. A defined MIDlet contains the following information:
  • The MIDlet name under which the MIDlet will be presented to the user.
  • The icon to indicate the MIDlet (optional).
  • The name of the class that implements the MIDlet and that will be called by the application manager to load the MIDlet.

Use the buttons Add, Edit and Remove to create, update, and delete MIDlet definitions.

Use the buttons Move Up and Move Down to change the order of MIDlets. This order determines the order in which the MIDlets are invoked.

Keep user defined JAD file Select this check box to create the JAD file with the settings specified above.

Settings for DoJa

ItemDescription
AppNameIn this text box, type the application name (50 bytes maximum).
PackageUrlIn this text box, specify the URL address to access the application. Make sure the URL is an ASCII-format string. Also, an IP address cannot be specified directly.
AppClassIn this text box, specify the application main class name (255 bytes maximum). This should be a subclass name of com.nttdocomo.ui.IApplication.
Optional SettingsClick this button to open the Optional MIDP Settings dialog box where you can set additional options that are not generally required.
Keep user defined JAM file Select this check box to create the JAM file with settings specified above.

See Also

```

Procedures:

Last modified: 21 March 2017