#!/bin/sh
JAVA_HOME=/afs/sipb/project/java
CLASS=sun.tools.javadoc.Main
exec /afs/sipb/user/mkgray/bin/j -ms8m $JAVA_ARGS $CLASS ${1+"$@"}
