ECLIPSE REMOTE SYSTEM EXPLORER 递归文本搜索
我在 Windows 7 下运行 Eclipse PDT Helios,并在 VirtualBox VM 中托管 debian 服务器,以用于开发目的。
我正在努力使用RSE,因为我可以在远程文件系统上运行文本搜索,但获得的结果并不令人满意: 我只获取“root”拥有的文件内容(根据 SFTP 连接设置),而不获取其他文件内容。
当然,解决方案可能是通过 root 拥有远程系统中的所有文件,但这不是我想要的。
Eclipse 中是否需要调整任何特定设置以声明它必须搜索所有文件,而不仅仅是“root”拥有的文件?
编辑
RSE 视图显示文件树,我可以打开/编辑/保存它们。但我无法在远程搜索窗口中浏览任何这些目录。
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 satisfactory:
I get only the content of the files owned by "root" (as per the SFTP connection setup), but not the other files contents.
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.
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" ?
EDIT
RSE view shows up the file tree, and I can open/edit/save them. But I can't browse any of these directories in the remote search window.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过在 Eclipse 中设置不同的 ssh 用户和 VM 中的权限来解决。
solved by setting differently the ssh user in Eclipse and permissions in the VM.