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:
> 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 th
i'm on debian and it took me a night of labor to get tomcat building. it's
my own damned fault for having become so rotten at dealing with classpaths,
and for that i in part can thank eclipse, but it was a kind of rotten
experience, and i wanted to share here incase anyone else gets long streams
o