Search:

Type: Posts; User: leenabora

Search: Search took 0.11 seconds.

  1. Re: Redirect error and output stream using java program

    Hi,

    This is solved. We need to read input and error stream in two different threads to avoid the blocking.
  2. Re: Redirect error and output stream using java program

    I'm facing following problem:

    1. I have a Java program which calls other java program.

    2. I call the other java program by:

    ---> I run the batch file.
    Process proc...
  3. Re: Redirect error and output stream using java program

    Hi,

    Thanks for the reply.

    I cannot do this for following two reasons:
    1. I want to capture error streams and o/p streams differently as they are treated differently by my swing application.
    ...
  4. Redirect error and output stream using java program

    I'm facing following problem:

    1. I have a Java program which calls other java program.

    2. I call the other java program by:

    ---> I run the batch file.
    Process proc...
Results 1 to 4 of 4