Eclipse后来的版本都提供了快速使用explorer在系统中打开目录的方式,windows下不用配置,linux桌面由于命令不同,很可能出现无法打开的情况,修改方式是在
Window -> Preferences -> General -> WorkSpace -> Command for launching system explorer
redhat下使用
Window -> Preferences -> General -> WorkSpace -> Command for launching system explorer
redhat下使用
nautilus "${selected_resource_parent_loc}"
即可