Open folder in windows explorer from eclipse
The external tools runner in eclipse is something I’ve not used that much, but I’m start to appreciate its potential. I’ve started adding runners for ruby and perl scripts that work on a folder or file.
Here is an example of how to open the folder of a file that you are looking at in eclipse in explorer.

Nifty eh?
Advertisement

Tweeted by @jplandrain
Thanks!
Thanks a lot ! Was missing this in eclipse after I switched from Visual Studio.
Here are more detailed steps :
1. Run -> External Tools -> External Tools Configurations -> Program -> (right click) New
2. Go by the screenshot OP provided above.
3. I use this for my arguments and works better: /select,${selected_resource_loc}
Enjoy !