How to use eclipse with ssh so that remote projects can be edited with local eclipse?

I often use remote servers to store and run my Java projects. But this prevents me from using eclipse. Therefore, I have two questions:

  • Can I use local eclipse to manage Java projects on remote servers? (I usually use ssh to access the servers)

  • If there is a solution to question 1, is it possible that Java programs are also running on the remote server? (i.e. only the eclipse GUI is displayed locally)

In the second question, I know that ssh -X can do this (run eclipse on the remote server), but it is too slow. Any ideas?

+6
source share
1 answer

The RSE plugin is what you are looking for.

There is an article to submit it.

+5
source

All Articles