Interprocess Communication
Hi,
I want a JAVA and a C# processes to talk to each other via Pipes/streams.
I tried the following steps.
1. Invoke the java program
2. spawn the C# program and obtain the C# process' i/o streams.
3. communicate from JAVA side to C# standard i/o via pipes.
When C# sends a message to java by writing to its console, it works fine. However, C# is not able to read from the std-input (pipe).
Can anyone help me with this issue?
Regards,
Mihir