#!/bin/sh

# Edit this to point to directory where 'ninja' directory is located
CLASSPATH=$CLASSPATH:/amd/sundial/a/zhongwei
export CLASSPATH

java RmiServer
