Named pipes in java
843790Jan 26 2008 — edited Feb 1 2008I need to use named pipes in my java application to communicate with a .net application.
As named pipes is OS dependent and not included in java it would probably have to be included through JNI. Anyone have any idea how to do this? or if there already exist a library with this function?
Some information on named pipes:
http://msdn2.microsoft.com/en-us/library/aa365590(VS.85).aspx