quarks
quarks

Reputation: 35276

Eclipse Remote Development, what are the options?

I am trying to understand how "remote development" would work in my case:

The Eclipse project I have resides on a Virtual machine on a Sever (the project is not on SVN), so development is done through RDP.

However I want to develop in my local machine (laptop) using a local copy of eclipse, while working on that remote project.

What are the options?

Upvotes: 3

Views: 3119

Answers (1)

Michael
Michael

Reputation: 36

I believe you can install an eclipse plugin to archive what you want. I've been using RSE (remote system explorer) http://www.eclipse.org/tm/ and it's been working fairly well. I mainly use it as a more advanced text editor. I've have not using the debugging tool on it so I can't comment on that.

Upvotes: 2

Related Questions