blob: f4b72a93a34c57be048e644048562ccd25adcacc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
===========================================================================
$NetBSD: MESSAGE,v 1.6 2003/01/29 11:13:28 jlam Exp $
In order to invoke the JVM, 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
===========================================================================
|