Sorry to be a pain, but the build still isn't working. What exactly does the JAVA_HOME need to be set to? I'm setting it to:
'C:\Program Files\Java\jdk1.5.0_07' But it says it can't find tools.jar, or the javac compiler. The folder does exist, and tools.jar is in JAVA_HOME/lib and javac is in JAVA_HOME/bin Thanks, Jeff -----Original Message----- From: Grzegorz Kossakowski [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 1:07 PM To: [email protected] Subject: Re: Custom Transformer Schmitz, Jeffrey A napisaĆ(a): > I think it's pretty close (see below), but I'm getting the following > exception when running from Tomcat: > > java.lang.NoClassDefFoundError: > org/apache/cocoon/caching/CacheableProcessingComponent > > I was going to build and install the latest from Cocoon but I can't because > the build script doesn't work since my JAVA_HOME variable includes a space > (C:\Program files...). > > So... How can I get the latest Cocoon stuff built and/or where can I get the > missing class/jar from? > From description above I do not understand completely what you have done leading to this error. What can I advice to you is enclosing JAVA_HOME path in quotation marks, so it should be like this: JAVA_HOME="C:\Program files\..." doing this always solve my problems related to spaces in paths -- Grzegorz Kossakowski --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
