Re: What's the effect in different classpath set?
- From: Arne Vajhøj <arne@xxxxxxxxxx>
- Date: Wed, 27 Feb 2008 20:20:47 -0500
Lew wrote:
525 wrote:> nor is the first form isn't necessary because the JARs in theSome books use this: classpath=c:\jdk\lib\tools.jar;
$JAVA_HOME/lib/ directory don't need to be part of the classpath explicitly.
I don't think tools.jar is in classpath by default.
I strongly recommend that you do not use the CLASSPATH envar, but use the -classpath (or -cp) option to your Java tools. CLASSPATH is far too global.
Very good advice.
Arne
.
- References:
- Prev by Date: Re: JAWS failure
- Next by Date: Java EE Developer-IMMEDIATE AND HOT
- Previous by thread: Re: What's the effect in different classpath set?
- Next by thread: Re: What's the effect in different classpath set?
- Index(es):