Here's what I get for the variables that you asked about:

(quantum) /cygdrive/e/Programs//apache-forrest-0.6: echo $JAVA_HOME C:\Program Files\Java\j2sdk1.4.2_07
(quantum) /cygdrive/e/Programs//apache-forrest-0.6: java -version
java version "1.4.2_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_07-b05)
Java HotSpot(TM) Client VM (build 1.4.2_07-b05, mixed mode)
(quantum) /cygdrive/e/Programs//apache-forrest-0.6: echo $CLASSPATH
E:\Programs\xerces-c2\xerces-2_4_0\xercesImpl.jar;E:\Programs\xerces-c2\xerces-2_4_0\xercesSamples.jar;E:\Programs\xerces-c2\xerces-2_4_0\xmlParserAPIs.jar;e:\P
rograms\msv\msv-20030225\msv.jar


I set the JAVA_HOME variable but didn't do anything to the CLASSPATH. Does it need something added (or removed?)

Thanks for the quick response. I'm sorry I was away, but I'm here all day now.

KC

Dave Brondsema wrote:

Dave Brondsema wrote:

KC Morris wrote:

I'm trying to use forrest 0.6 on Windows XP and am having a hard time getting started. The error message from running "forrest" (after sucessfully running "forrest seed" ) is

E:\Programs\apache-forrest-0.6\src\core\targets\validate.xml:143: Parser org.apache.crimson.parser.XMLReaderImpl doesn't recognize feature http://apache.org/xml/features/validation/dynamic




(The full output is below.)

It seems to be related to the XML parser. Was I supposed to install one? I don't see any documentation related to that. Is there something else I need to set up in my environment? I' still just trying to get this to work out of the box. Any suggestions are appreciated.



My guess is that there's something a little weird with the version of java you have installed. What do you get when you run "java -version"? And when you run "echo %JAVA_HOME%"?




also "echo %CLASSPATH%"

Reply via email to