Using ProcessStartInfo in Visual Basic, I want to redirect a Java application I/O handled by the JLine library. Output is ok, input doesn't work.
I found Process.StandardInput.WriteLine Not working on Java.exe. OP solves the issue by stopping JLine.
Is this a safe solution? Do you know other ways to solve this?