0
votes
0answers
7 views

deleting project in remote view from eclipse

I have imported a project from a remote network. However I forgot to copy it onto my local system while importing. My question is will the remote files be affected if i try to delete a project and ...
0
votes
1answer
65 views

Open declarations with eclipse, PHP and RSE

I've set up a remote project with Eclipse Helios and the RSE plugin. Auto-completion works but I can not use F3 (follow declarations). It doesn't if the declaration is in the same file and of course ...
2
votes
1answer
80 views

Eclipse Juno - How to make it aware of classes and function in remote project?

I have created a connection in Eclipse within Remote System Explorer perspective. I can reach the the files on the server. Unfortunately autocompletion doesn't seem to work and the IDE isn't aware ...
0
votes
0answers
48 views

remote development of php in eclipse without a copy on local machine.

I wanted to know if there is good plugin/some method for remote development. Project will be on main server ubuntu and programmers will access this via laptops. So what are my options to achieve ...
0
votes
0answers
36 views

NoMachine changes text size in Eclipse…sometimes

I'm having a problem when I use NoMachine to remote to my computer at work it sometimes changes the text size in eclipse. Here's the set up: I use a laptop with a dock and two external monitors at my ...
0
votes
1answer
23 views

Eclipse from remote files/folders on amazon server

I have a VM from amazon. On that VM I have eclipse installed in which a web application is configured. Currently I am working in this way 1) Login to my VM 2) Open Eclipse 3) Run the server 4) ...
3
votes
2answers
323 views

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

I have terminal access to an AIX machine using ssh/telnet (No root access). I need to develop programs using C and compile it using the xlc compiler. Currently I can open remote files in eclipse(Juno) ...
4
votes
1answer
322 views

Checking out remote source as a Java project with Eclipse using RSE

I believe I've scanned the web pretty thoroughly and exhaustively on this issue by now, so here goes. I have some source files (Java) that live on a remote machine (Amazon EC2 hosted). I can SSH into ...
6
votes
1answer
3k views

Eclipse Tomcat7 Server Doesnt support Remote Host

My Problem is: When I try to add my Tomcat7 to Eclipse EE as a server, I get an error message that says: "The currently selected server type does not support remote hosts" Does anyone know how ...
0
votes
2answers
1k views

Mobile to Mobile Remote Access using Android

i am developing an APP in Android which share screen to all android mobile phone connected in a session. i want to know that android provides any sdk which provides same service like desktop to ...
6
votes
4answers
13k views

Developing PHP with Eclipse on a remote server (FTP) on Windows

I'm a real klutz when it comes to Eclipse, but I'm also poor, which is why it is the option I've chosen. I've installed Eclipse 3.5, Eclipse for PHP, and RSE. I've actually gotten to a point where I ...