Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 719599
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T05:39:41+00:00 2026-05-14T05:39:41+00:00

On our Linux system we use named pipes for interprocess communication (a producer and

  • 0

On our Linux system we use named pipes for interprocess communication (a producer and a consumer).

In order to test the consumer (Java) code, I would like to implement (in Java) a dummy producer which writes to a named pipe which is connected to the consumer.

Now the test should also work in the Windows development environment. Thus I would like to know how to create a named pipe in Windows from Java. In Linux I can use mkfifo (called using Runtime.exec() ), but how should I do this on Windows?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T05:39:41+00:00Added an answer on May 14, 2026 at 5:39 am

    Use Named Pipes to Communicate Between Java and .Net Processes

    Relevant part in the link

    try {
      // Connect to the pipe
      RandomAccessFile pipe = new RandomAccessFile("\\\\.\\pipe\\testpipe", "rw");
      String echoText = "Hello word\n";
      // write to pipe
      pipe.write ( echoText.getBytes() );
      // read response
      String echoResponse = pipe.readLine();
      System.out.println("Response: " + echoResponse );
      pipe.close();
    } catch (Exception e) {
      // TODO Auto-generated catch block
      e.printStackTrace();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We're benchmarking some code that we've converted to use sendfile(), the linux zero-copy system
We're using SCons + swtoolkit for our build system on Mac, Linux, and Windows.
We've developed a Java standalone program. We've configured in our Linux (RedHat ES 4)
I have some Linux code that monitors our hardware by collecting temperatures, voltages, and
I'm using java 1.4.2 on Linux machine (RHEL 5.4). Our application uses log4j for
We have a number of small projects within our system running on Linux (Slackware
On Linux (kernel 2.6.5) our build system calls gcc with -D_REENTRANT . Is this
We use the command line to pass on system properties to the Java virtual
We are planning to implement ACL on our Linux platform. Only one particular group
Working under linux for our developement, I have an Eclipse Makefile C Project and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.