From 75de8454ecf3624d679a5fa25e954928fb402c87 Mon Sep 17 00:00:00 2001 From: grant Date: Mon, 11 Aug 2003 01:24:11 +0000 Subject: this stuff is NetBSD-specific, and not needed on Linux, Solaris, or likely any other platform, so move it to the platform specific MESSAGE for NetBSD. --- lang/sun-jdk14/MESSAGE | 29 ----------------------------- lang/sun-jdk14/MESSAGE.NetBSD | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 lang/sun-jdk14/MESSAGE create mode 100644 lang/sun-jdk14/MESSAGE.NetBSD (limited to 'lang/sun-jdk14') diff --git a/lang/sun-jdk14/MESSAGE b/lang/sun-jdk14/MESSAGE deleted file mode 100644 index 3cbb3a7f7c6..00000000000 --- a/lang/sun-jdk14/MESSAGE +++ /dev/null @@ -1,29 +0,0 @@ -=========================================================================== -$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: - -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. - -You may want to read - - ${PREFIX}/README - -for details about running this JDK. In a nutshell you may want to set the -following in your shell environment: - - CLASSPATH to ${PREFIX}/src.zip:. - JAVA_HOME to ${PREFIX} - PATH to include ${PREFIX}/bin - -=========================================================================== diff --git a/lang/sun-jdk14/MESSAGE.NetBSD b/lang/sun-jdk14/MESSAGE.NetBSD new file mode 100644 index 00000000000..814a283dfa5 --- /dev/null +++ b/lang/sun-jdk14/MESSAGE.NetBSD @@ -0,0 +1,29 @@ +=========================================================================== +$NetBSD: MESSAGE.NetBSD,v 1.1 2003/08/11 01:24:11 grant 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. + +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. + +You may want to read + + ${PREFIX}/README + +for details about running this JDK. In a nutshell you may want to set the +following in your shell environment: + + CLASSPATH to ${PREFIX}/src.zip:. + JAVA_HOME to ${PREFIX} + PATH to include ${PREFIX}/bin + +=========================================================================== -- cgit v1.2.3