examples/tomcat6/apache-tomcat-6.0.35-src/bin/setclasspath.sh
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3360 1a8899091305
equal deleted inserted replaced
3386:ddcff50a1fdc 3412:df11bb428463
    16 # limitations under the License.
    16 # limitations under the License.
    17 
    17 
    18 # -----------------------------------------------------------------------------
    18 # -----------------------------------------------------------------------------
    19 #  Set CLASSPATH and Java options
    19 #  Set CLASSPATH and Java options
    20 #
    20 #
    21 #  $Id: setclasspath.sh,v 1.4 2015-01-28 02:10:53 vrany Exp $
    21 #  $Id: setclasspath.sh,v 1.5 2015-03-20 12:08:03 vrany Exp $
    22 # -----------------------------------------------------------------------------
    22 # -----------------------------------------------------------------------------
    23 
    23 
    24 # Make sure prerequisite environment variables are set
    24 # Make sure prerequisite environment variables are set
    25 if [ -z "$JAVA_HOME" -a -z "$JRE_HOME" ]; then
    25 if [ -z "$JAVA_HOME" -a -z "$JRE_HOME" ]; then
    26   # Bugzilla 37284 (reviewed).
    26   # Bugzilla 37284 (reviewed).