Jonathan Melhuish wrote:
Mabanza, N wrote:


Hi Vadim,
Thanks for writng back to me.
Hard time in a sense that I have installed all the jar files in the classpath.. 
but still not working. I want to run my application and server in the same 
virtual machine. I am getting error message when running it..
Like if I try to run CreateCollection.java example, this is the error message I 
am getting

CreateCollection.java:22: package org.apache.xindice.xml.dom does not exist
import org.apache.xindice.xml.dom.DOMParser;

You could try unpacking all of the JAR files that you have put in the classpath, and seeing whether such a file does exist. I used the "jar" utility on Linux to do this, but I'm sure there's a Windows equivalent (maybe WinZip, even?).


If you can't find a file called "DOMParser", then you'll have to try to work out which JAR file you are missing. If it does exist, you obviously have a problem with your classpath.

You don't need to unpack the jar files. You merely use the list files parameter:

  jar -tvf file.jar

There is no need for a "windows equivalent", as the utility is
part of every Java distribution (at least from Sun and IBM).

Murray

......................................................................
Murray Altheim                    http://kmi.open.ac.uk/people/murray/
Knowledge Media Institute
The Open University, Milton Keynes, Bucks, MK7 6AA, UK               .

   If he were alive today, how might Mahatma Gandhi, the greatest
   apostle of non-violence, challenge Osama bin Laden's worldview?

  "Why Terror?" Bhikhu Parekh, Prospect Magazine, April 2004.
   http://www.prospect-magazine.co.uk/start.asp?P_Article=12487



Reply via email to