in reply to Re: Running perl from java
in thread Running perl from java
Your code snippet is precisely how I am doing it.
Except for the call to "getOutputStream()" because, according to the javadoc for class Process, method "getInputStream()" obtains data piped from the standard output stream of the process.Did you try it out yourself?
Did it work for you?Cheers, Avi.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Running perl from java
by ELISHEVA (Prior) on Jan 06, 2011 at 13:25 UTC | |
by abramia (Novice) on Jan 09, 2011 at 10:23 UTC | |
by ELISHEVA (Prior) on Jan 09, 2011 at 11:26 UTC | |
by Anonymous Monk on Jan 09, 2011 at 12:13 UTC | |
by ELISHEVA (Prior) on Jan 09, 2011 at 14:51 UTC | |
| |
by abramia (Novice) on Jan 09, 2011 at 12:36 UTC | |
| |
by abramia (Novice) on Jan 09, 2011 at 12:28 UTC | |
by ELISHEVA (Prior) on Jan 09, 2011 at 13:48 UTC | |
| |
|
Re^3: Running perl from java
by Anonymous Monk on Jan 06, 2011 at 12:26 UTC | |
by abramia (Novice) on Jan 06, 2011 at 13:03 UTC |