brettwooldridge / NuProcess

Low-overhead, non-blocking I/O, external Process implementation for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

subprocess under the main process, is that possible?

ivanooi opened this issue · comments

Hi,

I would like to keep the terminal open and sending few commands over.
1 of the command will open a pipe and waiting for the input.
is that possible?

I had tried ProcessBuilder. it cant.

Thanks