#!/bin/sh

# Include the wrappers utility script
. /usr/lib/java-wrappers/java-wrappers.sh

find_java_runtime openjdk sun
find_jar_classpath jsymphonic 

run_java org.danizmax.jsymphonic.gui.JSymphonic "$@"
