summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorchristos <christos>2003-08-10 23:59:55 +0000
committerchristos <christos>2003-08-10 23:59:55 +0000
commit2396052480a74115300480df1291622980860c89 (patch)
treeb842a03f088817cfbb4cb1ed887a0ee7ce5212c3 /lang
parent0ffc32ae28e7a90728a5fc944468bdf9bfc082ed (diff)
downloadpkgsrc-2396052480a74115300480df1291622980860c89.tar.gz
Say what will fail, and state clearly that this needs a current kernel.
Diffstat (limited to 'lang')
-rw-r--r--lang/sun-jdk14/MESSAGE6
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/sun-jdk14/MESSAGE b/lang/sun-jdk14/MESSAGE
index 134ecfe785e..3cbb3a7f7c6 100644
--- a/lang/sun-jdk14/MESSAGE
+++ b/lang/sun-jdk14/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.7 2003/08/10 23:23:26 jschauma Exp $
+$NetBSD: MESSAGE,v 1.8 2003/08/10 23:59:55 christos Exp $
In order to be able to run the JVM, you will need to compile your kernel
with the following options:
@@ -8,6 +8,10 @@ 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.
+
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.