Deploying a MIDlet Suite Using SCP or SFTP

See Also

You can set the properties of your project to automatically deploy your MIDlet suite. You can use the Secure Client Protocol (SCP) or Secure File Transfer Protocol (SFTP) deployment methods to establish a secure connection and encrypt the data before passing the data between the client and server.

To deploy a MIDlet suite using the SCP protocol:

  1. Choose File > <active project name> Properties.
  2. In the Project Properties dialog, select the Deploying node from the Category tree.
  3. Choose SCP 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. Choose between using password and key authentication.
See Also
About Java ME Deployment
About MIDP Signing and Security
Creating a New Keystore

Legal Notices