EclipseIDE制作<打开文件所在目录>插件 for windows

1.开打eclipse ide,依次run-》external tools-》external tools configuration
2.在Program下,new一个自己定义的program,我这里取名为“打开文件所在目录”
3.在Location一栏,输入:C:\WINDOWS\explorer.exe;在argument一栏,输入:${container_loc};确认新增即可

4.回到主界面,在run旁边的那里,就可以看见刚才自定义的插件了.

你可能感兴趣的:(EclipseIDE制作<打开文件所在目录>插件 for windows)