#!/bin/sh

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

#
# Run the compiler
#
`dirname $0`/java_g -ms8m $RUNTIME_ARGS -verbosegc sun.tools.javac.Main $APP_ARGS
