#!/bin/sh

#
# source a script that extracts RUNTIME_ARGS and APP_ARGS
#
. `dirname $0`/.extract_args

#
# Run the stub compiler
#
`dirname $0`/java $RUNTIME_ARGS sun.rmi.rmic.Main $APP_ARGS
