pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/sun-jdk14 Take out the CLASSPATH suggestion as it's



details:   https://anonhg.NetBSD.org/pkgsrc/rev/712a8b286b41
branches:  trunk
changeset: 467741:712a8b286b41
user:      jmc <jmc%pkgsrc.org@localhost>
date:      Fri Feb 06 01:31:05 2004 +0000

description:
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:

 lang/sun-jdk14/MESSAGE.NetBSD |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c27f65b708e4 -r 712a8b286b41 lang/sun-jdk14/MESSAGE.NetBSD
--- a/lang/sun-jdk14/MESSAGE.NetBSD     Fri Feb 06 00:28:09 2004 +0000
+++ b/lang/sun-jdk14/MESSAGE.NetBSD     Fri Feb 06 01:31:05 2004 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index