comparison agent/make/start-debug-server @ 0:a61af66fc99e jdk7-b24

Initial load
author duke
date Sat, 01 Dec 2007 00:00:00 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a61af66fc99e
1 #!/bin/sh
2
3 STARTDIR=`dirname $0`
4
5 if [ "x$SA_JAVA" = "x" ]; then
6 SA_JAVA=java
7 fi
8
9 if [ -f $STARTDIR/sa.jar ] ; then
10 CP=$STARTDIR/sa.jar
11 else
12 CP=$STARTDIR/../build/classes
13 fi
14
15 # License file for development version of dbx
16 setenv LM_LICENSE_FILE 7588@extend.eng:/usr/dist/local/config/sparcworks/license.dat:7588@setlicense
17
18 $SA_JAVA -Xbootclasspath/p:$CP -Djava.rmi.server.codebase=file:/$CP -Djava.security.policy=$STARTDIR\/grantAll.policy sun.jvm.hotspot.DebugServer $*