From Eclipse, how to go to the specific folder? I mean in windows, how to open a command line which corresponding to the folder or direct open the file explorer to open the corresponding folder?
Use the cd command to change directories in Command Prompt. For example, type “cd Documents” to change the directory to the Documents folder. Type “cd ..” to go back up one directory, and use “dir” to list folders in your current directory.
Open the workspace and then the project folder. Then run the Terminal application, type “cd” into the terminal window. “cd” is the command to change directory (or folder).
The Eclipse search dialog box allows you to search for files that contain a literal or a character pattern in the entire workspace, a set of projects, a specific project or folders selects in the package explorer view. Clicking on the Search menu and selecting Search or File or Java. Clicking Ctrl + H.
You have to create an external tool with location ${env_var:SystemRoot}\explorer.exe
(or cmd.exe) and arguments /select,${resource_loc}
. Any selected file or directory can now be shown in the windows explorer.
Go into the external tool configuration (you can find it into the corresponding toolbar icon) :
Then you can create your own external tool :
${env_var:SystemRoot}\explorer.exe
/select,${resource_loc}
Once created you can run the external tool from the context menu or from the toolbar ...
I have been using an Eclipse plugin called PathTools for sometime now, and am happy with it.
It adds a number of buttons to the Eclipse toolbar which allow you to :
Update site : http://pathtools.googlecode.com/svn/trunk/PathToolsUpdateSite/site.xml
I chose to install only the Path Tools Feature
Opening a terminal directly at the Folder Path :
(The above snapshot is that for OSX but works in Windows as well)
Opening a folder directly in Explorer/Finder :
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With