#!/bin/ksh
#
# This script invokes a java program using the Java Runtime Environment bundled
# with the DOC package.
#
# This script was automatically generated by the DOC program 
# set_doc_java_config on Thu Sep 30 16:14:29 EDT 1999.
#

script_path=`whence $0` >/dev/null 2>&1
script_home=`dirname $script_path`

. $script_home/doc_solaris_jre "$@"
