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]
>
>

Reply via email to