#!/bin/sh

# Edit this to point to directory where 'ninja' directory is located
CLASSPATH=$CLASSPATH:/home/cs/mdw/src/java
export CLASSPATH

# Be sure to place TheServiceImpl_Stub.class at the URL below!

java -Djava.rmi.server.codebase=http://www.cs.berkeley.edu/~mdw/tmp/ RmiServer
