#! /bin/sh
# We use the jikes compiler detected by configure
jikes -bootclasspath  /usr/lib/kaffe/pthreads/jre/lib/rt.jar ${1+"$@"}
exit $?
