YAKOVM
YAKOVM

Reputation: 10153

Configure "Eclipse IDE for C/C++ Developers" on a remote project

I have Eclipse IDE for C/C++ Developers, Version: 2019-06 (4.12.0) I need to configure it to work on a virtual machine having a large C/C++ project. I should have a remote access to it from Eclipse probably having SSH connection. For that case I wanted to use Remote System Explorer , but installing it - got a message that it is not compatible with Eclipse version What is correct solution to work remotely with eclipse?

Upvotes: 1

Views: 3184

Answers (1)

Spartan
Spartan

Reputation: 61

This is what I tried in my system. May be it will help you.

1.Download and install Java 1.8 and above.

2.Download and install Eclipse IDE for C/C++ developers.

3.Open Eclipse.

4.Goto Window→Show View→ Other.

5.Search Remote and select 'Remote Systems'.

6.A window will get opened at the bottom. "Remote Systems"

7.Hover the mouse over that window and right click. Select 'New Connection'.

8.Select 'SSH Only' and click on 'Next'.

9.Put the details of the Host Name: and click on 'Finish'.

Upvotes: 2

Related Questions