#!/bin/shSTARTDIR=`dirname $0`if [ "x$SA_JAVA" = "x" ]; then SA_JAVA=javafiif [ -f $STARTDIR/sa.jar ] ; then CP=$STARTDIR/sa.jarelse CP=$STARTDIR/../build/classesfi# License file for development version of dbxsetenv LM_LICENSE_FILE 7588@extend.eng:/usr/dist/local/config/sparcworks/license.dat:7588@setlicense$SA_JAVA -Xbootclasspath/p:$CP -Djava.rmi.server.codebase=file:/$CP -Djava.security.policy=$STARTDIR\/grantAll.policy sun.jvm.hotspot.DebugServer $*