Hi, After looking into the xindice.bat file, I find the following lines
set LOCALCLASSPATH=%CLASSPATH%;%ANT_HOME%\config;c:\xindice\java\lib; for %%i in (%XINDICE_HOME%\java\lib\*.jar) do call %XINDICE_HOME%\bin\lcp.bat %%i I see the class path setting for ANT_HOME. So, do I need to install Ant to run Xindice? What do I need to install on my machine in order to run Xindice? - Tomcat v4.1 ??? - Ant ?? What am I missing? I'd appreciate if someone can tell me how to go about installing this product as it is quite confusing. Thanks Regards, Asim -----Original Message----- From: Andi Heusser [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 7:56 PM To: [email protected] Subject: AW: newbie question Hi Asim, >From your description, I suppose that your JDK is located in C:\Program Files. The problem is not Xindice but the environment variables and the space between "Program Files". You can get around that by using the MS-DOS 8.3 filenames. That means you would have to write the directories/files in the environment variables like: "C:\Progra~1\JDK1.3.1;C:\Progra~1\Apache~1\Tomcat~1" or whatever you need. Hope that helps. Andi > Hi, > > I'm having problems trying to run the Xindice Admin tool. > > I have Tomcat 4.1 installed in "C:\Program Files\Apache Group\Tomcat 4.1" > and Xindice installed in "C:\xml-xindice-1.0". The Java Home is > pointing to > a JDK1.3.1 > > I have the Tomcat and Xindice Server running in the background. I > can verify > that Tomcat is running fine. The Xinice server window tells me that the > server is running. When I try to run the Xindice Admin tool, I get a Java > exception. What am I doing wrong? Any help is appreciated. > > Below is the what is on the screen: > > C:\xml-xindice-1.0\bin>xindice > ECHO is off. > The system cannot find the path specified. > Exception in thread "main" java.lang.NoClassDefFoundError: Files\Common > C:\xml-xindice-1.0\bin> > > Regards > Asim > >
