#!/bin/bash

THISDIR=`dirname $0`
export LD_LIBRARY_PATH=$THISDIR:$LD_LIBRARY_PATH

mono $THISDIR/JavaFX.exe "$@"
