You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mary Joseph <JM...@novell.com> on 2007/12/17 10:17:55 UTC

Re: super happy build time: package org.eclipse.jdt.core.compiler org.eclipse.jdt.internal.compiler does not exist

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 <al...@yahoo.com> 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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org