aspose file tools
The moose likes Java in General and the fly likes how to write to a another java std input stream. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "how to write to a another java std input stream." Watch "how to write to a another java std input stream." New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: how to write to a another java std input stream.
 
Similar Threads
I/O of XML file within memory
How to read closed inputStream
how to IO console through MyApplication?
is it possible to process a 500MB zipfile in java?
Error connecting to server running on VB!