jPowerShell icon indicating copy to clipboard operation
jPowerShell copied to clipboard

Usage of taskkill.exe on linux

Open davyv-equans opened this issue 4 years ago • 1 comments

https://github.com/profesorfalken/jPowerShell/blob/fe785459bca019e6d0dd2dda7cc7ee4074219592/src/main/java/com/profesorfalken/jpowershell/PowerShell.java#L407

The lib is not completely converted to work in linux. When closing the powershell there is still hardcoded the call to taskkill.exe, which triggers an exception.

davyv-equans avatar Jun 15 '20 09:06 davyv-equans

Yes, one could implement the unix part: like "OSDetector" ... then for unix "kill -9 pid".

jenskreidler avatar Sep 07 '23 09:09 jenskreidler