Home > database >  Open PowerShell terminal in Eclipse
Open PowerShell terminal in Eclipse

Time:09-27

In Eclipse I need to run awsokta that is setup using PowerShell terminal. Is there a way to open PowerShell terminal in Eclipse?

CodePudding user response:

I don't know about terminal window, but you can run powershell scripts https://stackoverflow.com/a/2015496/10740662

CodePudding user response:

Found answer to my question after I posted it. Answering here just in case someone needs it in future. To open terminal you first use Ctrl alt t. After the terminal is open enter command powershell. This will open “powershell” terminal.

  • Related