|
From: Dave D. <dde...@es...> - 2006-07-18 09:12:20
|
Hans-Bernhard Br=F6ker <br...@ph...> writes: > Tino Wildenhain wrote: > >> why dont you use a popen() (pipe) call to feed >> your commands w/o the need for a tempfile >> into gnuplot?=20 > > Well, last I looked Java didn't really have popen(), nor pipe(). > It does have Runtime.exec() which creates an instance of java.lang.Process, and then you can getInputStream() and getOutputStream() to speak to the process. dd --=20 Dave Denholm <dde...@es...> http://www.esmertec= .com |