So you’d like to have the always useful command line console callable from any path level inside eclipse…….


To enjoy a command line console inside eclipse just follow these steps:
1. Goto Menu Run->External Tools->External Tools…
2. Select Program in the “Configurations” (left) column
3. Press New button (or right click -> new)
4. In the Name edit box enter a name for this tool (this name will appear in the Run->External Tools menu)
5. In the location add C:\WINNT\system32\cmd.exe *
6. In the workspace directory add ${resource_loc}
7. Press Close button

*(I have not tried yet in my FreeBSD laptop bu I suppose that the path to your shell should do).
*(Note that this path is for Windows 2000, it’s different if you have XP or Vista)

Now you can ask for a command line console at the location of the selected element path.