#!/bin/ksh

JAVA_CMD=$(javaPathHelper -c projectlibre)

${JAVA_CMD} -jar /usr/local/lib/projectlibre/projectlibre.jar "$@"
