Statistics
| Revision:

svn-gvsig-desktop / tags / v1_2_Build_1200 / install / instalador-gvSIG-mac / preJava @ 13845

History | View | Annotate | Download (262 Bytes)

1
#!/bin/sh
2
# This script offers a chance to fix the "unixy" stuff before the JVM starts
3
#(environment variables, etc)
4

    
5
thisDir="${0%/*}"
6

    
7
export PROJ_LIB="$thisDir/../Resources/Java/gvSIG/extensiones/org.gvsig.crs/data"
8

    
9
exec "$thisDir/JavaApplicationStub" "$@"