> Can someone tell me what this CLASSPATH environment variable > is supposed > to look like (I'm trying to install Cocoon and Lenya).
An excellent resource for understanding how the java virtual machine finds classes is at http://java.sun.com/products/jdk/1.2/docs/tooldocs/findingclasses.html The CLASSPATH variable is just one place it looks. > > CLASSPATH = .\;C:\Programme\Apache Group\apache-ant-1.5.2\lib > > What does this .\; mean? As for your CLASSPATH settings, I'm a beginner too, but I'll add my two-cents: the ".\" represents the current directory. I'm not sure this is necessary. How are you trying to run Cocoon? Are you running it from a command line? If so, take a look at the "run.sh" script in the src release of Cocoon. Your classpath needs a long list of jar's in it, taken from the "core", "optional," and possibly other directories; or at least that's how I've been running it. Hope that helps, -DAvid > Can someone tell me what this CLASSPATH environment variable > is supposed > to look like (I'm trying to install Cocoon and Lenya). > > CLASSPATH = .\;C:\Programme\Apache Group\apache-ant-1.5.2\lib > > What does this .\; mean? Is this some sort of command? Or does it have > to be simply: > > CLASSPATH = C:\Programme\Apache Group\apache-ant-1.5.2\lib > > Many thanks! > > > Ines > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > ************************************ If this email is not intended for you, or you are not responsible for the delivery of this message to the addressee, please note that this message may contain ITT Privileged/Proprietary Information. In such a case, you may not copy or deliver this message to anyone. You should destroy this message and kindly notify the sender by reply email. Information contained in this message that does not relate to the business of ITT is neither endorsed by nor attributable to ITT. ************************************ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]