#!/bin/sh

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

# We first look for sun's runtime, and then for all the rest
find_java_runtime openjdk sun
find_jars swing-layout jsymphonic 

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