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