user7904243
user7904243

Reputation:

How to open Terminal inside Eclipse

How to open Terminal inside Eclipse Neon windows 10?

I follow this steps

Windows show view other and I couldn't find it

I clicked Alt + CTL + T and nothing happened

I search for it in quick search

any advise?

Upvotes: 16

Views: 82792

Answers (4)

Ray Kim
Ray Kim

Reputation: 1961

Simple Solution:

  1. In Eclipse, Help --> Eclipse Marketplace --> type terminal in find
  2. Install TM Terminal ...
  3. Restart Eclipse
  4. Window --> Show View --> Terminal

Upvotes: 24

danielfarah54
danielfarah54

Reputation: 41

This

Window --> Show View --> Terminal

works works for me.

But if it dosn't, you should try to install the terminal in the marketplace:

Help -> Eclipse Marketplace

Upvotes: 4

mahadev gouda
mahadev gouda

Reputation: 119

enter image description here

Click on the computer icon Then select local terminal.

Upvotes: 3

Yash Patel
Yash Patel

Reputation: 99

Press Ctrl+Alt+T, or right-click and select Show In Local Terminal > Terminal.

If you don't find there than you have to install TM local Terminal in your Eclipse.

Here the Steps for download.

Click on the Help from the top menu in Eclipse and select ‘Install New Software..‘ enter image description here

In some Eclipse packages, like STS or Eclipse for JEE Developers, the Terminal is already installed in your IDE. If not, you can install the TM Terminal from the Eclipse */release update site, as you can see in the image below.

http://download.eclipse.org/releases/oxygen

enter image description here

enter image description here

Then, the terminal will open in a new view inside Eclipse.right-click and select Show In Local Terminal > Terminal.

Upvotes: 8

Related Questions