Statistics
| Revision:

root / branches / gvSIG_19_ext3D_osgVP_2_2_0 / build / product / gvSIG.bat @ 31109

History | View | Annotate | Download (291 Bytes)

1
@echo off
2
SET PATH=..\..\binaries\w32;%PATH%
3

    
4
SET GVSIG_JARS=.
5
for /f "delims=" %%a in ('dir lib\ /s /b') do call :process %%a
6
rem echo %GVSIG_JARS%
7

    
8
java -cp "%GVSIG_JARS%" -Xmx500M com.iver.andami.Launcher gvSIG gvSIG/extensiones %1
9

    
10
:process
11
set GVSIG_JARS=%GVSIG_JARS%;%1
12