如何在 Eclipse 中打开终端
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/43623643/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to open Terminal inside Eclipse
提问by Ray Kim
How to open Terminal inside Eclipse Neon windows 10?
如何在 Eclipse Neon windows 10 中打开终端?
I follow this steps
我按照这个步骤
Windows show view other and I couldn't find it
Windows 显示其他视图,但我找不到它
I clicked Alt + CTL + T and nothing happened
我点击了 Alt + CTL + T 什么也没发生
I search for it in quick search
我在快速搜索中搜索它
any advise?
有什么建议吗?
回答by Ray Kim
Simple Solution:
简单的解决方案:
- In Eclipse,
Help
-->Eclipse Marketplace
--> typeterminal
infind
- Install
TM Terminal ...
- Restart Eclipse
Window
-->Show View
-->Terminal
- 在Eclipse中,
Help
- >Eclipse Marketplace
- >输入terminal
的find
- 安装
TM Terminal ...
- 重启 Eclipse
Window
-->Show View
-->Terminal
回答by Yash Patel
Press Ctrl+Alt+T, or right-click and select Show In Local Terminal > Terminal.
按 Ctrl+Alt+T,或右键单击并选择在本地终端中显示 > 终端。
If you don't find there than you have to install TM local Terminal in your Eclipse.
如果没有找到,则必须在 Eclipse 中安装 TM 本地终端。
Here the Steps for download.
这里是下载步骤。
Click on the Help from the top menu in Eclipse and select ‘Install New Software..‘
单击 Eclipse 顶部菜单中的帮助,然后选择“安装新软件..”
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.
在某些 Eclipse 包中,例如 STS 或 JEE 开发人员的 Eclipse,终端已安装在您的 IDE 中。如果没有,您可以从 Eclipse */release 更新站点安装 TM Terminal,如下图所示。
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.
然后,终端将在 Eclipse 中的新视图中打开。右键单击并选择 Show In Local Terminal > Terminal。