DEV Community

José Paulo
José Paulo

Posted on

How to add powershell in terminal in SprintToolSuite(STS) IDE?

Hello everyone, I will teach you how to add the powershell executable in the IDE spring tool suite (STS) or Eclipse

1 - Open IDE eclispe/Spring tools suite

2 - Windows >> Preferences >> Pesquise por "Terminal"

Image description

3 - Click in Add

Image description

4 - in add External Executable :

  • Name: PowerShell (Name of your choice)
  • Path: Path of the powershell executable on your machine

Image description

Copy the full path
Exmplo: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe

And add in the path

Image description

  • Arguments: (Optional)
  • Icon: (Optional)
  • Checkbox: Translate Backslashes on Past(Optional)

5 - Click in ADD

Image description

6 - Apply >> Apply and Close

7 - And finally, open the powershell terminal.

Image description

Image description

Thank you.

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay