Hi,

Does anybody know how can run a perl file from java?
I already tried with following command:

try {
    Runtime r = Runtime.getRuntime();
    String cmdLine[] = { "/usr/bin/perl","c:/link41a/linkparser2.pl"};
    r.exec(cmdLine);

But, I doesn't work.
Currently I am using jdk 1.4.


thanks in advance

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to