Adding a Project Configuration
See Also
You can use configurations to create more than one execution environment for
your project. This enables you to simulate different mobile devices with each
configuration, and create different sets of distribution JAR and Java Application
Descriptor (JAD) files for your project. You can then add device-specific code
for each configuration using preprocessor code
blocks.
To add a project configuration:
- Right-click the Project node and choose Properties.
- In the Properties
dialog, choose Add Configuration from the Configuration combo box.
This
opens the Add Configuration dialog.
- Enter a name for your configuration in the Configuration Name field.
The
name should identify the group of devices on which you will deploy the JAR
and JAD created for this configuration.
- You can also add a configuration by clicking the Manage Configurations button
in the Properties dialog. This brings up the Project
Configuration Manager dialog which contains options for adding, removing,
or duplicating configurations.
- You can also use predefined configuration templates that are stored in your
home directory to create new configurations that inherit the saved settings
of other useful configurations.
- See Also
- Working with Project Configurations
- Creating a MIDP Project Configuration
Template
- About Preprocessing
Legal Notices