RE: Run perl on window using cygwin+Eclipse+EPIC

2008-09-10 Thread Jing LI
8 1:33 a.m. To: perl-win32-users@listserv.ActiveState.com Subject: RE: Run perl on window using cygwin+Eclipse+EPIC Sisyphus <> wrote: > - Original Message - > From: "Jing LI" <[EMAIL PROTECTED]> . > . >> It uses find to find a type of file in a director

Run perl on window using cygwin+Eclipse+EPIC

2008-09-09 Thread Jing LI
I have one Perl script which works when executing it directly in Cygwin window. It uses find to find a type of file in a directory and its subdirectories: my @jarfiles = split(' ',`find $bin_location -name "*.jar"`); But when run or debug it in Eclipse, it has error: sh: find: No such fi