Sometimes, the console in Eclipse just isn't enough, or my program has to be run in a terminal of some sort. How would I achieve this?
I'm using Eclipse Mars 4.5.0 on a MacBook.
Edit: I know how to run Java programs from a terminal, but what I want is Eclipse to do this automatically when I press the run button.