hotspot/agent/make/hsdb.sh

Print this page
rev 611 : Merge

*** 1,8 **** #!/bin/sh # ! # Copyright 2002-2003 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. --- 1,8 ---- #!/bin/sh # ! # Copyright 2002-2008 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation.
*** 27,32 **** if [ "x$SA_JAVA" = "x" ]; then SA_JAVA=java fi ! $SA_JAVA -showversion -cp $STARTDIR/../build/classes:$STARTDIR/../closed/src/share/lib/maf-1_0.jar:$STARTDIR/../closed/src/share/lib/jlfgr-1_0.jar:$STARTDIR/../src/share/lib/js.jar:$STARTDIR/sa.jar:$STARTDIR/../../closed/src/share/lib/maf-1_0.jar:$STARTDIR/../../closed/src/share/lib/jlfgr-1_0.jar:$STARTDIR/lib/js.jar sun.jvm.hotspot.HSDB $* --- 27,32 ---- if [ "x$SA_JAVA" = "x" ]; then SA_JAVA=java fi ! $SA_JAVA -showversion -cp $STARTDIR/../build/classes:$STARTDIR/../src/share/lib/js.jar:$STARTDIR/sa.jar:$STARTDIR/lib/js.jar sun.jvm.hotspot.HSDB $*