SyBer
SyBer

Reputation: 5597

Remote developing with Eclipse

I'm trying to set-up a remote C++ development with Eclipse Galileo, but just can't make it work.

Trying the NetBeans 6.8 worked almost out of box, as described in this article: http://netbeans.org/kb/docs/cnd/remotedev-tutorial.html

Is there any good article or tutorial, explaining how to setup such environment with Eclipse?

Thanks!

Upvotes: 1

Views: 359

Answers (1)

Hardy
Hardy

Reputation: 222

I tried it a few months back but it didn't work for me either. Instead I use X-windows to open Eclipse from a remote linux box onto my Mac. This works well in office ( both machines are on a LAN in the same geographical location), but not from home. When working from home use emacs-gui to do the same things. Its not the perfect scene...but gets the work done.. It would be nice to see it work in eclipse some day :)

Upvotes: 1

Related Questions