diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-05-22 21:32:34 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-05-22 21:32:34 +0000 |
commit | 337124ea4b8a267aa9c6844969e8185277cdf90c (patch) | |
tree | 7a2a72ea6422fdc31db43a3feb80c611271430de /lang/sun-jdk14/MESSAGE.NetBSD | |
parent | 5443ed1bac87fc7cce9579a7b5811071361a875e (diff) | |
download | pkgsrc-337124ea4b8a267aa9c6844969e8185277cdf90c.tar.gz |
Convert sun-{jre,jdk}14 to use java-env.mk. This implies that the
packages now install several wrappers under ${PREFIX}/bin to run the
binaries installed under ${JAVA_HOME}/bin easily. While here, drop
the direct modification of PREFIX. Bump PKGREVISION to 1.
Diffstat (limited to 'lang/sun-jdk14/MESSAGE.NetBSD')
-rw-r--r-- | lang/sun-jdk14/MESSAGE.NetBSD | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/lang/sun-jdk14/MESSAGE.NetBSD b/lang/sun-jdk14/MESSAGE.NetBSD index 4afd9a347dc..a1a036887bb 100644 --- a/lang/sun-jdk14/MESSAGE.NetBSD +++ b/lang/sun-jdk14/MESSAGE.NetBSD @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE.NetBSD,v 1.6 2004/04/02 10:12:33 jmmv Exp $ +$NetBSD: MESSAGE.NetBSD,v 1.7 2004/05/22 21:32:34 jmmv Exp $ In order to be able to run the JVM, you will need to compile your kernel with the following options: @@ -10,18 +10,13 @@ Then, you need to add the following line to your /etc/fstab: procfs /emul/linux/proc procfs rw,linux -Furthermore, the data segment size set by your shell's 'ulimit' builtin -must be at least 262144 -- please refer to your shell's manual page for -details. +Furthermore, the maximum data segment size assigned to your user must be +at least 262144. You may want to read - ${PREFIX}/README + ${JAVA_HOME}/README -for details about running this JDK. In a nutshell you may want to set the -following in your shell environment: - - JAVA_HOME to ${PREFIX} - PATH to include ${PREFIX}/bin +for details about running this JDK. =========================================================================== |