简体   繁体   English

ECLIPSE远程系统EXPLORER递归文本搜索

[英]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. 我正在Windows 7下运行Eclipse PDT Helios ,并出于开发目的在VirtualBox VM中托管了一个Debian服务器。

I'm struggling with the RSE as I can run a text search on the remote file system, but the obtained result is not satisfactory: I get only the content of the files owned by "root" (as per the SFTP connection setup), but not the other files contents. 我正在RSE上苦苦挣扎,因为我可以在远程文件系统上运行文本搜索,但是获得的结果并不令人满意:我仅获得“ root”拥有的文件的内容(根据SFTP连接设置),但其他文件内容除外。

For sure, a solution could be to own all files by root within the remote system, but this is not what I'm looking for. 当然,一种解决方案是在远程系统中由root拥有所有文件,但这不是我想要的。

Is there any particular setting to be adjusted within Eclipse to state it must search for all files, not only the ones owned by "root" ? 在Eclipse中是否有任何需要调整的特定设置,以表明它必须搜索所有文件,而不仅仅是“ root”拥有的文件?

EDIT 编辑

RSE view shows up the file tree, and I can open/edit/save them. RSE视图显示了文件树,我可以打开/编辑/保存它们。 But I can't browse any of these directories in the remote search window. 但是我无法在远程搜索窗口中浏览任何这些目录。

通过在Eclipse中设置ssh用户和在VM中设置权限来解决。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM