LilLazy

  在IDEA的时候可以直接使用terminal打开类似于cmd窗口的功能,于是想着在eclipse也使用类似的功能。

1.Eclipse打开类似于cmd窗口的功能。(DOS)

 

 1.window——》show view——》other——》remote systems,选择确定或者双击,打开了一个新工具窗口。

  

2.右击local Shells,然后选择launch shell

  

3.接下来在新开的窗口输入命令即可:(可以输如cmd常用的命令,也可以输入git、maven等命令,前提是配置环境变量)

  

 

 

 

 2.Eclipse打开terminal窗口 (这个使用起来更方便,tab键可以补全命令)

 1.window——》show view——》other——》terminal,选择确定或者双击,打开了一个新工具窗口。

   

2.点击右上角的小电视窗口新建一个local terminal

  

3.接下来就会显示类似于cmd窗口,正常的输入命令就可以了,支持tab键补全

  

 

分类:

技术点:

相关文章:

  • 2021-11-17
  • 2021-10-08
  • 2021-09-11
  • 2021-08-09
  • 2021-08-03
  • 2021-10-11
  • 2021-11-17
猜你喜欢
  • 2021-12-03
  • 2021-12-19
  • 2021-05-14
  • 2021-11-02
  • 2021-12-22
  • 2021-08-27
  • 2021-12-29
相关资源
相似解决方案