blob: 51008254831844a8efcf6ce4bef647258c948cde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
===========================================================================
$NetBSD: MESSAGE,v 1.1 2003/01/11 08:53:05 uebayasi Exp $
* You need to add the following directory to your CLASSPATH
environment.
${PREFIX}/share/jde/java/lib
* You might need to increase process heap / stack memory resource
limits.
For Bourne shells:
% ulimit -d unlimited
% ulimit -s unlimited
For C shells:
% unlimit datasize
% unlimit stacksize
See sh(1) / csh(1) manual pages for more details.
===========================================================================
|