#!/bin/ksh

JAVA_CMD=$(javaPathHelper -c projectlibre)

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