> someone refresh me why
> CLASSPATH=/usr/share/java
> is inadequate, and
> CLASSPATH=/usr/share/java/ecj.jar is required?

CLASSPATH is a list of resource locations where JVM can search for Java classes 
and other resources. A resource can be either a directory or a JAR, which is 
just a ZIP of the aforementioned directory, plus some additional info 
(MANIFEST.MF, signing certificates,...)

Nix.




      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to