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:
In the Project Properties dialog, select the Deploying node from the
Category tree.
If you are setting the properties for a
other than the default configuration (DefaultConfiguration),
you must uncheck the Use Values from "DefaultConfiguration" checkbox
at the top of the page to customize these options.
Choose a deployment method from the Select Deployment Method dropdown
menu.
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. .
Enter the appropriate information in the dialog.
Right-click on the project and choose Deploy Project.