Editing the project's mobile runtime and device settings
The project's mobile runtime is defined when creating the MTJ project.
However, if you want to change the runtime settings later on, that can
be done. Also, if you want to edit the settings for a particular device
in your runtime configuration, that can be done too.
Editing the project's mobile runtime
- In the file menu,
select Window -> Preferences -> MTJ -> Runtime Platform.
The Preferences window opens with the Runtime Platform pane.
- In the RuntimePlatforms field, high-light the runtime that you want
to edit and select Edit.
The Edit Runtime Platform window opens.

- In the Device
Platforms field:
- If you want
to change the device platform for your runtime, check the box next to
the desired device platform.
- If you want
to import a new mobile SDK into MTJ, select import and define the settings for the new device
platform in the Add Mobile Device Platform window.
- In the RuntimePlatform field, you can edit the name and description
of your runtime in the Name and Description fields.
- Click OK.
You are taken back to the Preferences window.
The Preference pane displays the changes
in the Runtime Platform pane.
Editing device settings
in mobile runtime configuration
- In the file menu, select Window
-> Preferences -> MTJ -> Runtime Platform.
The Preferences window opens with the Runtime Platform pane.
- In the RuntimePlatforms
field, high-light the runtime whose device settings you want to edit.
The Devices field lists the devices assigned for that particular runtime.
- In the Devices
field, check the box next to the device whose settings you want to edit,
and click edit.
The Edit Device window opens.

- In the Edit Device window:
- If you want to change the Java ME profile, in
the Profiles field, click the
radio-button next to the desired profile.
- If you want to change the Java ME configuration,
in the Configurations field, click
the radio-button next to the desired configuration.
- If you want to add or remove the Service APIs
for the device, in the Service APIs
field, uncheck the boxes next to those APIs you want to remove and check
the boxes next to those APIs you want to add.
- Click OK.
Note: Besides Preferences, you
can also access the project's settings through the Package Explorer view,
by high-lighting the desired project and selecting Properties
from the pop-up menu that appears.

Mobile SDKs

Adding mobile SDKs to Eclipse

Preferences