Reputation:
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
Reputation: 1961
Simple Solution:
Help
--> Eclipse Marketplace
--> type terminal
in find
TM Terminal ...
Window
--> Show View
--> Terminal
Upvotes: 24
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
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..‘
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
Then, the terminal will open in a new view inside Eclipse.right-click and select Show In Local Terminal > Terminal.
Upvotes: 8