IntelliJ IDEA 2017.3 Help

Optional MIDP Settings Dialog

The dialog box opens when you click the Optional Settings button on Mobile SDK Specific Options page of the New Project From Scratch Wizard.

Use this dialog box to specify additional options that are not generally required. The contents of the dialog box depend on the mobile development tool used:

WTK

ItemDescription
MIDlet-DescriptionIn this text box, provide a description of your MIDlet suite.
MIDlet-IconIn this text box, specify the location of the MIDlet suite presentation .png file within the .jar.
MIDlet-Data-SizeIn this text box, type the minimum number of bytes of persistent data required by the MIDlet.
MIDlet-Info-URLIn this text box, specify the URL to access more information about the MIDlet suite and/or the vendor.
MIDlet-Delete-ConfirmIn this text box, type the message to be shown when the user is prompted to confirm deletion of the MIDlet suite.
MIDlet-Install-NotifyIn this text box, specify the URL to send POST request to confirm successful installation of this MIDlet suite.
User Defined SettingsIn this area, compose a list of user-defined attributes related to specific MIDlets. For each attribute, specify a key and a value. Use the Add and Remove buttons to manage the contents of the list. Use the Move Up and Move Up buttons to define the order of settings. This order determines the priority in which the settings are applied.

DoJa

ItemDescription
AppVersionIn this text box, specify the application version (10 bytes maximum).
ConfigurationVerIn this text box, specify the J2ME configuration version, for example, CLDC-1.0.
ProfileVerIn this text box, specify the version of the i-mode Java Application runtime environment profile, for example, DoJa-1.5oe.
SPsizeIn this text box, specify the size of the ScratchPad in bytes.
AppParamIn this text box, specify the parameters of the main class (255 bytes maximum).
UseNetworkIn this text box, specify http for applications that use network functionality.
TargetDeviceSpecify here a model name if the application is targeted to a particular model(128 bytes maximum). Do not set this option for applications targeted to all models.
LaunchAtTo have your application launched automatically at the specific time, specify the required time in this text box.
AppTraceChoose the On value to have some information output using System.out.println() or System.err.println() after the i-Appli is terminated.
DrawAreaIn this text box, specify the size of the application drawing area, for example, 120x130.
GetUtnWhen this option is selected, the application refers to the handset identification code and IC chip information on its SIM or UIM card.
Last modified: 6 March 2018

See Also

Procedures: