Questions related to Eclipse's Remote System Explorer - a perspective and toolkit in Eclipse Workbench, that allows you to connect and work with a variety of remote systems. You can look at remote file systems, transfer files between hosts, do remote search, execute commands and work with processes.
Questions tagged [eclipse-rse]
35 questions
2
votes
0 answers
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 Explorer plugin for eclipse to remotely edit C files…

Lucky1981
- 33
- 3
2
votes
0 answers
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 why?
Eclipse Version: 3.7.2,

user1221705
- 221
- 1
- 2
- 8
1
vote
1 answer
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 struggling with the RSE as I can run a text search on the remote file system, but the obtained result is not…

hornetbzz
- 9,188
- 5
- 36
- 53
1
vote
0 answers
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 open the symlinks RSE tells me
550 I can only…

Jay
- 1,035
- 2
- 11
- 22
1
vote
1 answer
java maven COMPILATION ERROR : cannot find symbol
java maven COMPILATION ERROR : cannot find symbol
I am using eclipse to build a java maven project from a remote linux machine. I get connected to project using Eclipse Remote System Explorer (RSE). When I want to clean install the project, it…

Nilou
- 145
- 2
- 10
1
vote
0 answers
Opening remote terminal programmatically in eclipse terminals view and execute shell commands programmatically in it
Using the below code to execute shell commands in remote shell and can able to read the command outputs:
IWorkbenchWindow window = HandlerUtil.getActiveWorkbenchWindowChecked(event);
IStructuredSelection sel =…

Chandrayya G K
- 8,719
- 5
- 40
- 68
1
vote
0 answers
An internal error occurred during: "Launching Java Project". java.lang.NullPointerException
I have researched this topic, but I've only been able to find examples that relate to Android development. I am developing in pure Java, without the additional Android libraries.
I run Eclipse on a Windows environment. I also use Eclipse to create…

Moein
- 739
- 2
- 9
- 17
1
vote
0 answers
Opening a file without clicking through folder structure in Eclipse Remote System Explorer (RSE)
I want to edit a file (e.g. /root/get-pip.py) in Eclipse Remote System Explorer (RSE). Is it possible to open it without having to click through folder structure but instead simply typing or pasting the filepath somewhere?

Franck Dernoncourt
- 77,520
- 72
- 342
- 501
1
vote
1 answer
Unable to start Eclipse RSE Server, java.lang.NullPointerException
I have the problem with Eclipse RSE Server. I'm unable to start it on CentOS 6.4 (AMD64). This is the error messages.
Exception in thread "main" java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:542)
at…

UltimaWeapon
- 2,343
- 18
- 19
1
vote
0 answers
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 assuming I don't have to configure anything for the…

user2055917
- 11
- 2
0
votes
1 answer
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 my application ends up as follow: …

Luiz E.
- 6,769
- 10
- 58
- 98
0
votes
1 answer
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 server doing the indexing and at the same time keep…

wei
- 6,629
- 7
- 40
- 52
0
votes
1 answer
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 own plugin? I suppose there is some convenience…

Samuel Lampa
- 4,336
- 5
- 42
- 63
0
votes
0 answers
How to implement remote system in Eclipse like Zend Studio?
I have been trying to add remote system in Eclipse IDE for PHP Developers.
Version: 2018-09 (4.9.0)
I installed rse from market place but when try to add a new connection, filter type shows empty. nothing was there.
After that, I uninstalled it.
But…

FerdousTheWebCoder
- 218
- 3
- 13
0
votes
0 answers
Ctrl+Click navigation on Eclipse RSE
Just wondering if there is any workaround for ctrl+click navigation feature of Eclipse to work on Remote System Explorer (RSE)? I need to modify some Python packages which are hosted on a server and I access them through RSE. It will save me a lot…

Monobakht
- 193
- 1
- 11