IntelliJ IDEA 2018.2 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)

Item

Description

MIDlet-Name

In 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-URL

In 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-Vendor

In this text box, specify the MIDlet vendor name, that is, the MIDlet suite provider.

MIDlet-Version

In this text box, specify your MIDlet version number.

Optional Settings

Click 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 checkbox to create the JAD file with the settings specified above.

Settings for DoJa

Item

Description

AppName

In this text box, type the application name (50 bytes maximum).

PackageUrl

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

AppClass

In this text box, specify the application main class name (255 bytes maximum). This should be a subclass name of com.nttdocomo.ui.IApplication.

Optional Settings

Click 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 checkbox to create the JAM file with settings specified above.

Last modified: 20 November 2018

See Also

Procedures: