summaryrefslogtreecommitdiff
path: root/l10ntools/java/jpropex/jpropex
blob: 8c9982f2b1d3e2882edb9c27930e4e84e7a017dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
if [ x${SOLARENV}x = xx ]; then
    echo No environment found, please use 'configure' or 'setsolar'
    exit 1
fi

if [ x${JAVA_HOME}x = xx ]; then
    echo ERROR: No java found 
    exit 1
fi

exec java -DSOLARSRC=${SOLARSRC} -DWORK_STAMP=${WORK_STAMP} -DUSE_SHELL=  -jar ${SOLARVER}/${INPATH}/bin${UPDMINOREXT}/jpropex.jar "$@"