summaryrefslogtreecommitdiff
path: root/lang/sun-jdk14
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2004-02-06 01:31:05 +0000
committerjmc <jmc@pkgsrc.org>2004-02-06 01:31:05 +0000
commite6e9dca2333219e33edb3fa4ddecb92b440923f0 (patch)
treed7489704b852c78e4a12ea9cef4e557d53e91463 /lang/sun-jdk14
parent30e30871aa592186d2d033d06e785a5b3f7e6e92 (diff)
downloadpkgsrc-e6e9dca2333219e33edb3fa4ddecb92b440923f0.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/sun-jdk14')
-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