The eclipse-rse tag has no wiki summary.
0
votes
1answer
13 views
Eclipse error ssh error : com.jcraft.jsch.JSchException: Can't connect to SOCKS proxy:Connection refused
When I try to connect to some ssh server using Eclipse (which used to work smoothly before), it gives me this error:
Failed to connect sshd on "x.x.x.x": ProxySOCKS5: com.jcraft.jsch.JSchException: ...
0
votes
0answers
40 views
Eclipse Java Remote Project won't build and run
I have spent 6h+ and finally I've decided to seek the community's help.
I have a Java project on a remote SSH cluster and I have imported it into eclipse using RSE (Remote System Explorer). This ...
0
votes
0answers
177 views
Eclipse Juno + Remote System Explorer + PDT = no default proposals
I'm using Eclipse Juno with Remote System Explorer and the PHP extension PDT. I'm working on an external machine over SSH (with RSE) and a really big problem is that Eclipse doesn't show any proposals ...
1
vote
0answers
36 views
cannot enter shell commands using rse in eclipse
I also have the same problem. I am able to enter commands in the prompt in the Remote Shell View but the commands are unresponsive after I press enter. I have a connection to the localhost and am ...
2
votes
0answers
70 views
Cannot enter commands using RSE shell in eclipse
I am trying to enter commands using the remote system explorer in eclipse.
I have opened a local shell and tried to enter basic commands like pwd and ls, but nothing happens.
When I press enter ...
1
vote
0answers
91 views
How to set localport for ssh tunneling in eclipse
I would like to connect to a remote server with ssh tunneling at someting like localport:server1.blabla.com:remoteport . I think i know how to set the the remoteport (select the 'sftp files' of the ...
1
vote
2answers
447 views
Eclipse password recovery
I tries find way how to get a couple my passwords that I stored in Eclipse for FTP`s.
I use Eclipse 4 (juno), on Ubuntu 12.04, and all ftp`s stored using RSE plugin.
Found this tutorial Eclipse ...
0
votes
0answers
91 views
Eclips and RSE install
Right I've installed the
Remote System Explorer End-User Runtime
When I go file->new->other->Remote System Explorer->Connection->FTP Only
I get up fields to fill
hostname
connection name
...
0
votes
1answer
255 views
SSH Auth Failed on Amazon EC2 - RSEG1066 Auth Failed
Sorry but I am a newbie... I have checked other questions but nothing has worked and I am not great with SSH.
Followed the steps to connect to EC2 with SSH in Eclipse. Worked like a charm. Then I ...
2
votes
0answers
96 views
GNATbench Ada in eclipse using Remote System Explorer
I use GNATbench Ada plugin for eclipse to make eclipse Ada aware on Windows. This works well for local files, but my main development is on a remote Unix box. I successfully use the Remote System ...
1
vote
0answers
93 views
Eclipse with Remote Systems Using PDT Wont Save
As the title outlined I'm using Eclipse with PDT to work on a remote server. Remote Services will let me create a file and delete it, however it will not allow me to update the remote file. Any ideas ...
0
votes
1answer
235 views
tycho is ignoring my splash screen
in my app, i have define a splash screen via product file, and when I start the application, the splash is shown as expected.
but, after I generated a build with tycho (via hudson), the config.ini of ...
2
votes
2answers
2k views
GDB with ECLIPSE GUI over remote server?
I would love to debug my software with ECLIPSE as front end to GDB. Our build set up as follows.
Linux server with code base
Windows accessing code base via Samba (Eclipse IDE)
Software is built on ...
1
vote
2answers
2k views
How to programmatically refresh an Eclipse view, or RSE file subsystem?
How can I programmatically update an Eclipse view? (I suppose this might not need to be specific to RSE?).
Background: I use Remote System Explorer (RSE) for Eclipse, do some stuff by executing ...
1
vote
1answer
389 views
ECLIPSE REMOTE SYSTEM EXPLORER recursive text search
I'm running Eclipse PDT Helios under Windows seven and hosting a debian server within a virtualbox VM, for development purposes.
I'm strugglying with the RSE as I can run a text search on the remote ...
0
votes
1answer
1k views
Eclipse CDT+RSE+PTP: how to set up a synchronized remote project with remote indexing?
This C project I am supposed to work on is taking too long(>5 hours) to do indexing on local, also the building depends on the environment setting on a remote server.
So I am thinking to have the ...
4
votes
2answers
2k views
Code Completion not working with remote file (with RSE)
What is:
On Host machine:
Windows 7
Eclipse for PHP Developers
Version: Helios Service Release 2
On guest machine:
Linux debian squeeze
I want to edit my remote project through SSH in Eclipse by ...
1
vote
0answers
259 views
Unable to open symlinks on FTP connection with Eclipse RSE. Getting 550 I can only retrieve regular files
I want to connect to my FTP account using Eclipse RSE. I created a new connection. Everything fine. But in my FTP Folder there are symlinks pointing to different folders on the servers. When i try to ...
0
votes
1answer
206 views
Get selected remote file via Remote System Explorer (RSE)'s API?
I'm developing a custom Eclipse plugin that makes use of Remote System Explorer (of the Eclipse TM project) under the hoods.
My question is, how can I grab the currently selected remote file from my ...
2
votes
1answer
1k views
Can eclipse RSE connect to a local port (ssh tunneled)?
I am using eclipse with RSE, and it works well connecting to my linux server when I am in the same network, but as the server is behind a firewall with a gate entry, I need to make a ssh tunnelling ...
0
votes
1answer
1k views
Saving remote files using Eclipse RSE
When I connect to a remote server using Eclipse's RSE I can upload and edit a file via sftp and I can save it locally but I can't figure out how save it back to the remote server. I can't even tell if ...
6
votes
1answer
4k views
Connect Eclipse RSE with remote Linux server using public key attained from Amazon ec2
I want a easy way to save, copy and edit files on a remote server. I'm using Eclipse as an IDE, what could be better for these tasks than RSE(Remote System Exlporer) plugin for Eclipse. The thing is ...
4
votes
2answers
6k views
How to use RSE plugin in Eclipse?
I installed the RSE plugin in Eclipse intending to either use SSH or FTP to work with files on a remote machine. I set up both an SSH and FTP connection, but neither works.
For example, here is what ...
