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;
locks; strict;
comment	@# @;


1.1
date	2005.08.18.19.24.34;	author idooley2;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Adding the new lvClient executable. This lvClient utilizes liveViz and python connections.
@
text
@#!/bin/sh

mainclass="charm/lvClient/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 $*
@
