Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open Terminal From Eclipse [closed]

Tags:

Is there a plugin to provide an "open terminal here" option when right-clicking on a folder in Eclipse? I found this, but it only seems to work on Windows, and I'm using Ubuntu.

like image 934
Cerin Avatar asked Nov 17 '10 12:11

Cerin


People also ask

How do I open the Terminal in Eclipse?

TM Terminal A fully working command-line Terminal inside Eclipse. Just press Ctrl+Alt+T to open a local command prompt (Terminal).

How do I get the console back in Eclipse?

From the menu bar, Window → Show View → Console. Alternately, use the keyboard shortcut: Mac: Option - Command - Q , then C , or. Windows: Alt - Shift - Q , then C.

How do I open Terminal in Eclipse Mac?

in Eclipse, if you go to Help->Eclipse Marketplace and search for 'terminal', you will see this plugin from Google. It launches a terminal inside in eclipse and to the location of the selected resource - does the trick.


1 Answers

Easy shell definitely is the one you're looking for.

enter image description here

You can install it via Eclipse marketplace. If you don't have Eclipse Marketplace Client (e.g., you are using Eclipse Classic), you can install it: ["Install New Software..."] --> search for "Marketplace Client"

like image 81
Kane Avatar answered Sep 20 '22 16:09

Kane