#!/bin/sh

# Get the location of the script and return to the base directory
CURRENT_DIR=`pwd`
RELATIVE_DIR=`dirname $0`
cd $RELATIVE_DIR
SCRIPT_LOCATION=`pwd`
cd $CURRENT_DIR

$SCRIPT_LOCATION/launcher.sh debugInfo $SCRIPT_LOCATION/debugInfo.jstart "$*"
# This newline must remain