#!/bin/sh # Copyright 2001-2005 Geert Bevin # Distributed under the terms of either: # - the common development and distribution license (CDDL), v1.0; or # - the GNU Lesser General Public License, v2.1 or later # $Id$ PROGDIR="`dirname $0`" case "${PROGDIR}" in [^/]*) export PROGDIR="`pwd`/${PROGDIR}" ;; esac java -Dapple.awt.antialiasing=true -Dapple.awt.textantialiasing=true -Dapple.laf.useScreenMenuBar=true -Dcom.apple.hwaccel=true -Drep.path=rep/gui_participants.xml -classpath ${PROGDIR}/build/framework:${PROGDIR}/shared:${PROGDIR}/build/dist/rife-*.jar:${PROGDIR}/programs/gui/config com.uwyn.rife.gui.Rife