首页 > 技术文章 > eclipse连接远程服务器

java-xz 2017-07-16 22:54 原文

eclipse里有一个强大的插件,可以直接在本地编辑远程服务器代码,Eclipse Remote System Explorer (RSE)

下载安装方法:

一、下载,高版本的eclipse可以直接下载,

     1、打开help——Eclipse Market Place,在find里输入remote搜索,搜索过程可能会有些慢

2、找到Remote System Explorer,点击installed,至此下载安装完毕

二、配置

  1、打开windows——Perspective——Open Perspective——other,选择Remote System Explorer

2、eclipse左侧会出现Remote System窗口,在窗口空白处右键,选择New connection,弹出的窗口中选择linux

3、host name 中输入ip next

4、configuration中选择ssh.files,finish

 

5、输入用户名密码就可以连接了,如果用户名不对,可以右键在属性里修改

 

本机任意操控远程服务器代码,爽

推荐阅读