Deploying Java ME Applications

See Also

Deployment is the process of transferring the Java ME application you develop in the IDE to a mobile device or to a server for further testing or implementation. The IDE supports several different methods for deploying your MIDlet suites and Java ME applications:

To Deploy a MIDlet Suite:

  1. Choose File > <active project name> Properties.
  2. In the Project Properties dialog, select the Deploying node from the Category tree.
  3. Choose a deployment method from the Select Deployment Method dropdown menu.
  4. Optionally, you can customize the URL for the JAR file by checking the Override JAR URL in JAD and entering a custom JAR file name. .
  5. Enter the appropriate information in the dialog.
  6. Right-click on the project and choose Deploy Project.
See Also
About Java ME Deployment
Automatically Incrementing the Application's Version Attribute
About Java Application Descriptor (JAD) Files

Legal Notices