Remote C development on a UNIX machine from a Windows computer using eclipse

I have terminal access to an AIX machine using ssh / telnet (without root access). I need to develop programs using C and compile them using the xlc compiler. Currently, I can open deleted files in eclipse (Juno) using RSE and edit the files, but code execution and error checking will not work. Can someone please help me set up the eclipse, so that the code execution will work, and I can also compile the code from my Windows machine. Any help would be greatly appreciated.

+5
source share
2 answers
+1
source

Instead of trying to configure Eclipse and CDT for remote development, you might want to purchase IBM Rational Developer for Power Systems Software (RDP), which is an Eclipse-based remote development environment that allows you to use C and C ++ (and COBOL) in AIX from a Windows or Linux system. More information can be found here .

0
source

All Articles