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:

  1. Right-click the Project node and choose Properties.
  2. In the Properties dialog, choose Add Configuration from the Configuration combo box.
    This opens the Add Configuration dialog.
  3. 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.
See Also
Working with Project Configurations
Creating a MIDP Project Configuration Template
About Preprocessing

Legal Notices