#!/bin/sh

# jclicplayer wrapper script
#
# JClic will use the system's default "java" command.
# This command points to the JVM currently selected
# in "update-alternatives". To change it, call before:
# update-alternatives --config java
#
# Since openJDK 1.6, pulseaudio is used by default, so
# "padsp" is not needed
#

java -jar /usr/share/java/jclic.jar "$@"

