I am coding in Eclipse (on the Mac) and need to run OS shell commands from time to time.

I have a lot of bash terminal windows open and it takes time and is distracting to find the right one for the programming session.

The commands are not always the same, and I need to see the output, so something like an External Builder will not do.

Is there a way to have a command shell appear inside the Eclipse workspace?

link|improve this question

55% accept rate
feedback

4 Answers

up vote 5 down vote accepted

WickedShell works on Mac... Just tested in Eclipse 3.5, no problems.

link|improve this answer
WickedShell version 2.0.6 works on my Mac in Eclipse 3.4.2, also. – Jan Feb 28 '11 at 9:56
feedback

I know you can embed VIM inside of Eclipse. This plugin actually works quite well.

Check out the list of plugins over at http://www.eclipseplugincentral.com/.

link|improve this answer
feedback

Eclipse has functionality called "remote system explorer". You can browse the filesystem and launch commands from a shell. You can get it from the primary eclipse repository. By default, it uses your local system, but can also be pointed at something else with SSH or FTP.

Once you have it installed, here is a link telling you how to access a command shell: http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.rse.doc.user/gettingstarted/g1installing.html

link|improve this answer
feedback

You can use the Terminal view to ssh/telnet to localhost or where ever. Doesn't offer any bells or whistles, but it's already installed in eclipse.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.