Hi
I use B4j output in linux vps
I need kill special process in linux
My code is :
But i have error for top code
org.apache.commons.exec.ExecuteException: Execution failed (Exit value: -559038737. Caused by java.io.IOException: Cannot run program "kill -HUP 29349" (in directory "."): error=2, No such file or directory)
How do i use Linux comment correctly?
I use B4j output in linux vps
I need kill special process in linux
My code is :
B4X:
Dim she As Shell
she.Initialize("shell","kill -HUP 29349",Null)
she.Run(300)
StartMessageLoop
But i have error for top code
org.apache.commons.exec.ExecuteException: Execution failed (Exit value: -559038737. Caused by java.io.IOException: Cannot run program "kill -HUP 29349" (in directory "."): error=2, No such file or directory)
How do i use Linux comment correctly?