#! /bin/sh
# Script to run Sun's compiler using Kaffe.

eval exec java-kaffe sun.tools.javac.Main $*
