Named Pipes in Java Using Clipc Library Java doesn't have inbuilt support for FIFO which can be used for IPC between different processes. This is an implementation of Named Pipe(FIFO) in java using clipc external Library. With this code add clipc.jar file. Check and Download clipc source code and jar file from http://clipc.sourceforge.net/.