#!/bin/sh
#
# script to start MSM without installing the Java Virtual Machine (JVM)
# on the user's local machine.
#
JAVA_HOME=/home/iwallis/MSM/Solaris_JRE_1.1.8_09a
export JAVA_HOME
$JAVA_HOME/bin/jre -cp swingall.jar:tm.jar com.baynetworks.fswitch.tm.TopologyManager $*
