blob: 6c70914bec4ca714542d0c7743cc13dbf86b64cd [file] [log] [blame]
@echo off
set VELCP=.
for %%i in (..\..\bin\*.jar) do set VELCP=%VELCP%;%%i
echo Using classpath: %VELCP%
java -cp %VELCP% Example2