summaryrefslogtreecommitdiff
path: root/editors/jde/MESSAGE
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2003-01-11 08:53:05 +0000
committeruebayasi <uebayasi>2003-01-11 08:53:05 +0000
commitbacc18e16bf8fca844600692d6086496463a170b (patch)
tree5bff5a12d979174f8eb6da05f0d5f5881633c98f /editors/jde/MESSAGE
parent7ac7198c33cc6fbe9c884e0a83d9330d1cd2f91f (diff)
downloadpkgsrc-bacc18e16bf8fca844600692d6086496463a170b.tar.gz
New in the latest.
Diffstat (limited to 'editors/jde/MESSAGE')
-rw-r--r--editors/jde/MESSAGE22
1 files changed, 22 insertions, 0 deletions
diff --git a/editors/jde/MESSAGE b/editors/jde/MESSAGE
new file mode 100644
index 00000000000..51008254831
--- /dev/null
+++ b/editors/jde/MESSAGE
@@ -0,0 +1,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.
+
+===========================================================================