brettwooldridge / NuProcess

Low-overhead, non-blocking I/O, external Process implementation for Java
Apache License 2.0
710 stars 84 forks source link

subprocess under the main process, is that possible? #122

Open ivanooi opened 3 years ago

ivanooi commented 3 years ago

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