How do I run eclipse remotely using Cygwin?

别来无恙 提交于 2019-12-13 19:35:36

问题


I'm running on Windows 7 and I want to be able to access the remote linux server at my school to run eclipse and do my programming assignments.

I installed cygwin, and ssh into the server, but whenever I run the "eclipse" command, it says "Eclipse: Cannot open display".

Is there any additional software I need to do, or commands I need to run in order to display the gui from my windows 7 computer?

aside from just running eclipse on my own computer, I want to do it remotely.

thank you


回答1:


You need to:

  1. Run an X server on your Windows machine; there's an xorg-server package in cygwin, use that (or the independent Xming).
  2. Configure your ssh client to forward X11 traffic to the X server on your windows machine.

Here's a more detailed tutorial on doing this.



来源:https://stackoverflow.com/questions/19651615/how-do-i-run-eclipse-remotely-using-cygwin

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!