25af0e9fdd
-current kernel from at least 2003-08-09. Previous 1.4.1 versions never really worked all that well and needed special kernel options as well as a -current kernel from that date, so updating to 1.4.2 is better than keeping both. A complete list of changes from previous 1.4 JDKs is available at http://java.sun.com/j2se/1.4.2/changes.html
23 lines
707 B
Text
23 lines
707 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE.NetBSD,v 1.3 2003/08/13 03:29:55 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
|
|
|
|
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:
|
|
|
|
JAVA_HOME to ${PREFIX}
|
|
PATH to include ${PREFIX}/bin
|
|
|
|
===========================================================================
|