#!/bin/sh # This script offers a chance to fix the "unixy" stuff before the JVM starts #(environment variables, etc) thisDir="${0%/*}" export PROJ_LIB="$thisDir/../Resources/Java/gvSIG/extensiones/org.gvsig.crs/data" exec "$thisDir/JavaApplicationStub" "$@"