KC Morris wrote:
> 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?)
>
Your CLASSPATH shouldn't have any of those xerces libraries in it. That
is what is messing it up, most likely.
Looks like you have it working another way already, though... good.
--
Dave Brondsema : dave@brondsema.net
http://www.splike.com : programming
http://csx.calvin.edu : student org
http://www.brondsema.net : personal
|