| Author |
how to write to a another java std input stream.
|
Jolly Ag
Greenhorn
Joined: Oct 30, 2002
Posts: 22
|
|
Hi Friends ;; I have a problem that i want to write something into Standard Input stream of a java program from another java program ,can anybody give me any idea abt this. Tx.
|
 |
Michael Ernest
High Plains Drifter
Sheriff
Joined: Oct 25, 2000
Posts: 7292
|
|
|
The results of one program can be expressed as the input to another program only through services provided by the operating system. There is no Java-to-Java only way to do this without writing first to a file or using some other high-level OS facility.
|
Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
|
 |
 |
|
|
subject: how to write to a another java std input stream.
|
|
|