summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjmc <jmc>2004-02-06 01:31:05 +0000
committerjmc <jmc>2004-02-06 01:31:05 +0000
commit38c46630f15fae54e760dd6df65f4709f9497ab3 (patch)
treed7489704b852c78e4a12ea9cef4e557d53e91463 /lang
parent5ba432965568e5ed1b81200e6306592463ccd96e (diff)
downloadpkgsrc-38c46630f15fae54e760dd6df65f4709f9497ab3.tar.gz
Take out the CLASSPATH suggestion as it's
1. plain wrong (setting it to that will just cause compiles to explode in interesting ways as that's source, not .class files) 2. Not needed as it can infer the default CLASSPATH from JAVA_HOME
Diffstat (limited to 'lang')
-rw-r--r--lang/sun-jdk14/MESSAGE.NetBSD3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/sun-jdk14/MESSAGE.NetBSD b/lang/sun-jdk14/MESSAGE.NetBSD
index 3cca3dd244b..73bd9780057 100644
--- a/lang/sun-jdk14/MESSAGE.NetBSD
+++ b/lang/sun-jdk14/MESSAGE.NetBSD
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.3 2003/08/13 15:22:14 jschauma Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.4 2004/02/06 01:31:05 jmc Exp $
In order to be able to run the JVM, you will need to compile your kernel
with the following options:
@@ -21,7 +21,6 @@ You may want to read
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