Powershell java.io.IOException: Cannot run program "kill"

when I run the PowerShell script after it’s done running I get the java IOException.
the simulation runs fine and finishes and exits without a hitch.

Powershell Output

I had the same problem, you can reference:

1 Like

Thanks Isaac!

(This is because Post must be at least 20 characters)

1 Like

I am having no problems with the Split-Path Command-Let in PowerShell

I am using PowerShell version 5.1.17134.228 in Window 10.

Java™ SE Runtime Environment 18.3 (build 10.0.2+13)
Java HotSpot™ 64-Bit Server VM 18.3 (build 10.0.2+13, mixed mode)

I am not getting the error for Split-Path only the error from Java closing stream.
As I said before it doesn’t effect the output of the program and it runs just fine.

It’s just a nuisance seeing an unnecessary java error.

What OS are you using? It looks like when we try to kill something during cleanup, but it is already gone. My current theory is that the process we are trying to kill might be getting killed automatically by something?

I am using Windows 10
I’m using Powershell version 5.1.17134.228

Thanks. We might have an update for you on Monday, when everyone is in the office.

thank you.
If you need to complete version number of Windows it’s: 10.0.17134.0

1 Like

You probably already know PowerShell is on all platforms. I don’t know if there is any significant differences but, you can get it on GitHub: