This commit is contained in:
edburns%acm.org 2002-07-11 22:12:10 +00:00
Родитель d1fc3207bd
Коммит 69b7fd70e5
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -122,6 +122,8 @@ else {
#tack on the java library path
$cmd = $cmd . " -Djava.library.path=" . $BINDIR . $CPSEP . $BINDIR . $SEP . "components";
#tack on the debug arguments
cmd = $cmd . "-Xdebug -Xrunjdwp:transport=dt_shmem,address=jdbconn,server=y,suspend=n"
#tack on the classpath, class name, and bin dir
$cmd = $cmd . " -classpath " . $ENV{"CLASSPATH"} . " " . $CLASSNAME . " " .
$BINDIR;