summaryrefslogtreecommitdiff
blob: e19db2bbdd37042ecdf3c8ade64c1554e44e0f6d (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2

VERSION="Sun JDK @PV@"
JAVA_HOME=/opt/@P@
JDK_HOME=/opt/@P@
JAVAC=${JAVA_HOME}/bin/javac
ADDPATH="${JAVA_HOME}/bin:${JAVA_HOME}/jre/bin"
ADDLDPATH="/opt/@P@/jre/lib"
ENV_VARS="JAVA_HOME JDK_HOME JAVAC ADDPATH ADDLDPATH"