2007-07-10 09:41:02 -05:00
|
|
|
#!/bin/sh
|
|
|
|
if [ x${SOLARENV}x = xx ]; then
|
|
|
|
echo No environment found, please use 'configure' or 'setsolar'
|
|
|
|
exit 1
|
|
|
|
fi
|
2011-04-18 06:03:23 -05:00
|
|
|
exec java -DSOLARSRC=${SOLARSRC} -DWORK_STAMP=${WORK_STAMP} -jar ${SOLARVER}/${INPATH}/bin/receditor.jar
|