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"
3 - Click in Add
4 - in add External Executable :
- Name: PowerShell (Name of your choice)
- Path: Path of the powershell executable on your machine
Copy the full path
Exmplo: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
And add in the path
- Arguments: (Optional)
- Icon: (Optional)
- Checkbox: Translate Backslashes on Past(Optional)
5 - Click in ADD
6 - Apply >> Apply and Close
7 - And finally, open the powershell terminal.
Thank you.
Top comments (0)