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?
source share