Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_prep_before_2001 / install / instalador-gvSIG-mac / preJava @ 43233

History | View | Annotate | Download (262 Bytes)

1 17802 mijail
#!/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" "$@"