#!/bin/bash
#
# Script executes the FOCE GUI
#

if [ -z $JAVA ]
then
    JAVA=java
fi

$JAVA $JAVA_OPTIONS -jar foce-gui.jar
