[Eclipse使用技巧] Eclipse使用External Tools定位java 源文件目录路径

定位源文件,方式有很多

http://www.cnblogs.com/stevenlii/p/8513611.html

1、在eclipse界面中,ALT+Enter,即可看到文件目录,后边有打开目录图标

2、右键选中文件,show in -> system explorer

3、仍然使用 external tools +脚本方式

windows方式如下:

 

即Location:

${env_var:SystemRoot}\explorer.exe

Args:

/select,${resource_loc}

 

MacOS:

http://www.cnblogs.com/stevenlii/p/8513611.html

  location:

/usr/bin/open

  arguments:

 ${container_loc}

 

Eclipse使用External Tools定位class文件目录路径 - stevenlii - 博客园
http://www.cnblogs.com/stevenlii/p/8513410.html

posted @ 2018-03-06 11:52  stevenlii  阅读(1158)  评论(0编辑  收藏  举报