blob: f312cac57dceeb0df57b24a13bea3f2619c01b30 [file] [log] [blame]
@echo off
set VELCP=.
for %%i in (..\..\bin\*.jar) do call appendVELCP %%i
for %%i in (..\..\bin\lib\*.jar) do call appendVELCP %%i
echo Using classpath: %VELCP%
java -cp %VELCP% XMLTest xml.vm