远程项目 eclipse 原生 ,远程run ,远程debug

http://bbs.csdn.net/topics/340213118 有人提问 可以用Eclipse做web project的远程开发吗,没人回答

借鉴了

http://stackoverflow.com/questions/4216822/work-on-a-remote-project-with-eclipse-via-ssh


Try the Remote System Explorer (RSE). It's a set of plug-ins to do exactly what you want.

RSE may already be included in your current Eclipse installation. To check in Eclipse Indigo go toWindow > Open Perspective > Other... and choose Remote System Explorer from the Open Perspective dialog to open the RSE perspective.

To create an SSH remote project from the RSE perspective in Eclipse:

  1. Define a new connection and choose SSH Only from the Select Remote System Type screen in the New Connection dialog.
  2. Enter the connection information then choose Finish.
  3. Connect to the new host. (Assumes SSH keys are already setup.)
  4. Once connected, drill down into the host's Sftp Files, choose a folder and select Create Remote Project from the item's context menu. (Wait as the remote project is created.)

你可能感兴趣的:(远程项目 eclipse 原生 ,远程run ,远程debug)