I am calling a perl script from within a Java program using :
Runtime.getRuntime().exec("<perl script>"
;
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.
Runtime.getRuntime().exec("<perl script>"
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.