|
From: Leif M. <le...@ta...> - 2002-12-11 14:07:26
|
Hmm,
I got this request once before. The problem is that the Java
process is actually being
run in the background. The process that is receiving the input is
actually the Wrapper.
To make this work, I would have to look at the input and decide what
should be processed
by the Wrapper and what should be forwarded on to Java.
The reverse with output is easy because the output from Java and the
Wrapper are simply
merged.
I'll take a look at it again. Obviously any keys used by the
Wrapper would not be sent
to the Java process however. Can you post a Feature Request on this so
you be kept up to
date on its status?
Cheers,
Leif
Laurent Jetzer wrote:
>Hi,
>
>my java program use data read from standard input (System.in).
>Is there a way to use the standard input in my java program if this program
>is starded by the wrapper ?
>
>With regards
>
>Laurent
>
>
>
>
>-------------------------------------------------------
>This sf.net email is sponsored by:
>With Great Power, Comes Great Responsibility
>Learn to use your power at OSDN's High Performance Computing Channel
>http://hpc.devchannel.org/
>_______________________________________________
>Wrapper-user mailing list
>Wra...@li...
>https://lists.sourceforge.net/lists/listinfo/wrapper-user
>
>
>
|