I really would like to understand why it not worked out.. I'm doing
exactly this here without a problem. What shell are you using ? Can
you see the jars added to the classpath via "ps auxwww" ?

Thx,
Norman


2010/5/11 Ranjib Dey <[email protected]>:
> i have tried to add the jars through setenv.sh, but didn't work... finally i
> end up appending them in the runs.sh 's  classpath variable
> On Tue, May 11, 2010 at 11:35 AM, Israel Tsadok <[email protected]> wrote:
>
>> Norman,
>> To do something like this in windows, you need the following lines in
>> run.bat:
>>
>> SETLOCAL ENABLEDELAYEDEXPANSION
>>
>> FOR %%j IN ("%REPO%"\*.jar) DO (
>>  SET CLASSPATH=!CLASSPATH!;%%j
>> )
>>
>> Hope you get the picture.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to