#!/bin/sh
# this file is to be sourced to work with Java 1.8 (Java 8)
#
# AUTHOR: Gary T. Leavens

: ${JAVA7DIR=/usr/local/jdk1.8}
PATH="$JAVA7DIR/bin:$PATH"
export PATH

# URL for the directory containing the javadocs for the JDK on this machine
export JDKDOCDIR="file:`cygpath -ma $JAVA7DIR/docs/api`"

export JAVA5=1
