summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-08-13 15:22:14 +0000
committerjschauma <jschauma>2003-08-13 15:22:14 +0000
commitc6c34f2829d83a4a30f8d0d4410ac6f59fd28bfa (patch)
tree52a998be49712743322879d13fa2932e331c06ea /lang
parenta15d3f55a9a9e6f4c5536ee4cf3ae4387ddf569c (diff)
downloadpkgsrc-c6c34f2829d83a4a30f8d0d4410ac6f59fd28bfa.tar.gz
Note that one needs procfs mounted with the 'linux' option, too.
Diffstat (limited to 'lang')
-rw-r--r--lang/sun-jdk14/MESSAGE.NetBSD10
-rw-r--r--lang/sun-jre14/MESSAGE.NetBSD6
2 files changed, 9 insertions, 7 deletions
diff --git a/lang/sun-jdk14/MESSAGE.NetBSD b/lang/sun-jdk14/MESSAGE.NetBSD
index ae41d256eff..3cca3dd244b 100644
--- a/lang/sun-jdk14/MESSAGE.NetBSD
+++ b/lang/sun-jdk14/MESSAGE.NetBSD
@@ -1,16 +1,14 @@
===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.2 2003/08/11 01:25:48 grant Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.3 2003/08/13 15:22:14 jschauma Exp $
In order to be able to run the JVM, you will need to compile your kernel
with the following options:
-makeoptions TEXTADDR=d0100000
-options KERNBASE_LOCORE=0xd0000000
options COMPAT_LINUX
-Your kernel needs to be build from current sources later than 2003-08-09.
-Otherwise, jdk will fail to run properly on programs that can throw
-NullPointerExceptions.
+Then, you need to add the following line to your /etc/fstab:
+
+procfs /proc procfs rw,linux
Furthermore, the data segment size set by your shell's 'ulimit' builtin
must be at least 131204 -- please refer to your shell's manual page for
diff --git a/lang/sun-jre14/MESSAGE.NetBSD b/lang/sun-jre14/MESSAGE.NetBSD
index 21df4a1f02a..283cf4ec73b 100644
--- a/lang/sun-jre14/MESSAGE.NetBSD
+++ b/lang/sun-jre14/MESSAGE.NetBSD
@@ -1,11 +1,15 @@
===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.3 2003/08/13 03:29:55 jschauma Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.4 2003/08/13 15:22:14 jschauma Exp $
In order to be able to run the JVM, you will need to compile your kernel
with the following options:
options COMPAT_LINUX
+Then, you need to add the following line to your /etc/fstab:
+
+procfs /proc procfs rw,linux
+
Furthermore, the data segment size set by your shell's 'ulimit' builtin
must be at least 131204 -- please refer to your shell's manual page for
details.