#!/bin/sh

. $(dirname $0)/../lib/sh/init

cd ${DVICORE_SCRIPT_BASE_DIR} && \
  ${DVICORE_CMD_JAVA} \
  -Djava.util.logging.config.file=conf/logging-debug.properties \
  -Ddvi.launcher.Launcher.config.file=conf/launcher-debug.properties \
  -jar ${DVICORE_LAUNCHER_JAR} \
  $@
