Try setting up your environment in a batch file, and run it right before you load Xindice
Example: setenv.bat set path=%path%;d:\jdk1.3.1\bin;d:\xml-xindice-1.0\bin; set classpath=.;d:\xml-xindice-1.0\java\lib\xindice.jar; (etc.) set JAVA_HOME=d:\jdk1.3.1; set XINDICE_HOME=d:\xml-xindice-1.0 > -----Original Message----- > From: Ben Hirashima [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, March 19, 2003 12:25 AM > To: xindice-users@xml.apache.org > Subject: Installation problem on Win2K > > > hi all. i'm new to xindice, and i've attempted to install xindice on > a machine running Win2K Server and 1.3.1 JDK. i was able to get the > xindice server running, but when i try to run > > xindiceadmin ac -c /db -n addressbook > > i get the following error: > > Exception in thread "main" java.lang.NoClassDefFoundError: > Files\Altova\xmlspy\XMLSpyInterface/jar;C:\Xindice\java\lib\Xindice/jar > > that is exactly what it says at the console. it is apparently > printing the CLASSPATH environment variable. i don't know why the > beginning of what is supposed to be "C:\Program Files" has been cut > off. i also don't know why the periods in those two paths have been > replaced by slashes. according to the System control panel, the > content of my CLASSPATH is > > C:\Program > Files\Altova\xmlspy\XMLSpyInterface.jar;C:\Xindice\java\lib\Xindice.jar > > as you can see, i'm also running xmlspy on this machine. in regards > to the CLASSPATH, the installation guide says > > "... make sure you have . in your CLASSPATH." > > i didn't quite understand what it meant by this. could this be part > of the problem? any advice would be appreciated. > > cheers, > ben > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ CONFIDENTIALITY NOTICE: If you have received this e-mail in error, please immediately notify the sender by e-mail at the address shown. This e-mail transmission may contain confidential information. This information is intended only for the use of the individual(s) or entity to whom it is intended even if addressed incorrectly. Please delete it from your files if you are not the intended recipient. Thank you for your compliance. Copyright (c) 2003 CIGNA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
