For jar files, the jar file name needs to be mentioned. Only for class files residing in the folder, mentioning the folder name would be sufficient
have a look at: http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/classpath.html Mary >>> Nikola Milutinovic <[EMAIL PROTECTED]> 12/17/07 2:26 PM >>> > 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]