How to use CreateNamedPipe in Java
807580Sep 14 2009 — edited Sep 24 2009Hi am integrate my java application with a c++ application & i don't have control over the c++ application, already the c++ application integrated with other c++ application using pipes, Now i want to integrate with Java. But i found that java doesn't support CreateNamedPipe().
Can anyone tell me how to get this done? But am able open,read,write pipes in java but createNamedPipe() causes the problem.
Thanks in Advance
Sahe