summaryrefslogtreecommitdiff
blob: d92fe9e8488ec1fca285a2dbeb56d432d7bee90d (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright 1999-2004 Gentoo Foundation
# 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"