Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

javas Runtime.exec command

Status
Not open for further replies.

ryancomps

Programmer
Jan 17, 2003
18
0
0
IE
I am calling a perl script from within a Java program using :
Runtime.getRuntime().exec(&quot;<perl script>&quot;);
The perl script is in turn calls a Java program (which works fine from command line).
The problem is the perl script will run but it wont execute the java command in it?
Can anyone offer a suggestion please.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top