#!/bin/sh
APPBASE="/usr/local/bluej"
CP="$APPBASE/lib/bluej.jar"
java -Dawt.useSystemAAFontSettings=on -cp "$CP" bluej.Boot  "$@"
