equal
deleted
inserted
replaced
1 #!/bin/ksh |
1 #!/bin/ksh |
2 # |
2 # |
3 # Copyright (c) 2002, 2003, Oracle and/or its affiliates. All rights reserved. |
3 # Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved. |
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
5 # |
5 # |
6 # This code is free software; you can redistribute it and/or modify it |
6 # This code is free software; you can redistribute it and/or modify it |
7 # under the terms of the GNU General Public License version 2 only, as |
7 # under the terms of the GNU General Public License version 2 only, as |
8 # published by the Free Software Foundation. |
8 # published by the Free Software Foundation. |
110 error " Do runsa.sh -help for more info" |
110 error " Do runsa.sh -help for more info" |
111 exit 1 |
111 exit 1 |
112 fi |
112 fi |
113 |
113 |
114 set -x |
114 set -x |
115 #setenv USE_LIBPROC_DEBUGGER "-Dsun.jvm.hotspot.debugger.useProcDebugger -Djava.library.path=$saprocdir" |
|
116 |
115 |
117 # If jjh makes this, then the classes are in .../build/agent. |
116 # If jjh makes this, then the classes are in .../build/agent. |
118 # if someone else does, they are in . |
117 # if someone else does, they are in . |
119 classesDir=../../../../../../build/agent |
118 classesDir=../../../../../../build/agent |
120 if [ ! -r $classesDir ] ; then |
119 if [ ! -r $classesDir ] ; then |