Deploying a MIDlet Suite Using File Copy

See Also

You can set the properties of your project to automatically deploy your MIDlet suite. Using the Copy method moves the JAR and JAD files of a MIDlet suite to a specified location on a local system.

To deploy a MIDlet suite using Copy:

  1. Choose File > <active project name> Properties.
  2. In the Project Properties dialog, select the Deploying node from the Category tree.
  3. Choose Copy from the Select Deployment Method drop-down menu.
  4. Optionally, you can customize theURL for the JAR file by checking the Override JAR URL in JAD and entering a custom value.
  5. Enter the name of the target directory where the MIDlet suite is to be copied.
  6. Right-click on the project and choose Deploy Project.

    Each time you compile the MIDlet suite, the application's JAR and JAD files are copied to the target directory.
See Also
About Java ME Deployment

Legal Notices