#! /bin/sh

BOOT_CLASSPATH=/usr/share/kissme/classes.zip:/usr/share/classpath/glibj.zip
export LD_LIBRARY_PATH=/usr/lib/classpath

# Note: given the way that kissme option parsing is done, a user
# supplied -bootclasspath option will override the one we prepend
# when invoking the program below.

/usr/bin/kissmebin -bootclasspath $BOOT_CLASSPATH $*
