#!/bin/sh

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

find_java_runtime default-jre

find_jars antlr commons-beanutils commons-collections commons-logging commons-cli checkstyle

run_java com.puppycrawl.tools.checkstyle.Main "$@"
