Putty XForwarding 在同一实例中打开文件

Putty XForwarding 在同一实例中打开文件

我必须使用 Eclipse(或其他 GUI 编辑器)通过 Putty 使用 XForwarding 和 xming 来远程编辑一些文件。

我面临的问题是,有时我打开了一个 eclipse 实例,然后在 putty 中尝试打开另一个文件(例如:eclipse test.txt),这会尝试打开另一个 eclipse 实例。

有没有办法在已经存在的实例中打开该文件?

答案1

要在 eclipse 中启用此功能,您需要使用以下命令启动 eclipse:

eclipse --launcher.openFile <absolute path of file to open>

据我所知,此功能尚未完全实现,因此默认情况下处于禁用状态。更多信息:http://wiki.eclipse.org/Eclipse/OpenFileFeature

相关内容