#!/bin/sh

APPDIR=$(dirname "$0")
java  -Djava.library.path="$APPDIR" -cp "$APPDIR/lib/TestSpace.jar:$APPDIR/lib/core.jar" TestSpace
