diff options
author | jschauma <jschauma> | 2002-07-27 22:01:33 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-07-27 22:01:33 +0000 |
commit | c0fbe2181846c0434aab10656d71fea2f4ed1973 (patch) | |
tree | 2659074b0a43a3cf9f7ea7eca1c747549c3b7e8a /lang/sun-jdk13/MESSAGE | |
parent | 64b7e3cc268257787800cbfd8f48c9527dda66d9 (diff) | |
download | pkgsrc-c0fbe2181846c0434aab10656d71fea2f4ed1973.tar.gz |
We allow several JDKs/JREs to coexist, installing them in separate
subdirectories under ${PREFIX}/java/ -- Change IV of many.
Thus install this JDK into ${PREFIX}/java/sun-1.3.1 and remove
CONFLICTS with other JDKs/JREs. Rename package from sun-jdk-1.3.1.0.2
to sun-jdk13-1.0.2 (avoids conflict with sun-jdk14).
Include lang/sun-jre13/Makefile.common for shared info.
Add informative MESSAGE and finally bump PKGREVISION.
Diffstat (limited to 'lang/sun-jdk13/MESSAGE')
-rw-r--r-- | lang/sun-jdk13/MESSAGE | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/sun-jdk13/MESSAGE b/lang/sun-jdk13/MESSAGE new file mode 100644 index 00000000000..acae996866c --- /dev/null +++ b/lang/sun-jdk13/MESSAGE @@ -0,0 +1,12 @@ +====================================================================== +$NetBSD: MESSAGE,v 1.1 2002/07/27 22:01:33 jschauma Exp $ + +You may want to read ${JDK_HOME}/README for details about +running this jdk. In a nutshell you may want to set the following in +your shell environment: + + CLASSPATH to ${JDK_HOME}/src.jar:. + JAVA_HOME to ${JDK_HOME} + ${PATH} to include ${JDK_HOME}/bin + +====================================================================== |