Deploying a MIDlet Suite Using FTP

See Also

You can set the properties of your project to automatically deploy your MIDlet suite.

You can use the File Transfer Protocol (FTP) protocol method to move the JAR and JAD files of a MIDlet suite over the Internet.to a specified location on a remote server.

To deploy a MIDlet suite using the FTP protocol:

  1. Choose File > <active project name> Properties.
  2. In the Project Properties dialog, select the Deploying node from the Category tree.
  3. Choose FTP 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 following information to specify the target location on the remote server:
  6. To use passive FTP transfer protocol, check the Passive Mode Transfer check box.
  7. Optionally, enter your user name and password. If you do not enter a name and password here, you will be asked to enter the name and password when the application is deployed.
  8. Right-click on the project and choose Deploy Project.
See Also
About Java ME Deployment

Legal Notices