head	1.1;
access;
symbols
	charm6_1:1.1
	charm_6_0_1:1.1
	charm6_0_1:1.1
	charm6_0:1.1
	ChaNGa_1-0:1.1
	charm5_9:1.1;
locks; strict;
comment	@# @;


1.1
date	2004.01.27.18.50.26;	author olawlor;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Added Rashmi's debugger and the liveViz client.
@
text
@#!/bin/sh

mainclass="charm/liveViz/MainApplet"
jarpath="$0.jar"

if test -x /usr/bin/cygpath
then 
  if test "`uname -o`" = "Cygwin"
  then
    jarpath=`/usr/bin/cygpath -w -a $jarpath`
  fi 
fi

java -ms100000000 -mx512000000 \
  -classpath $jarpath \
  $mainclass $*
@
