Run Time Error

Ultraseek is a search Engine,it provides itz own Java Api's.I am using this API's but when I run the sample proramme it gives me the error like this.

<-

Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

at com.ultraseek.xpa.server.UltraseekServer.<clinit>(UltraseekServer.java:54)

at first.main(first.java:14)

-->

Please guide me that what is this error and how can I remove this error

Thanks

From Azeem

[519 byte] By [asarwara] at [2007-10-2 16:48:25]
# 1

The org.apache.commons.logging.LogFactory class is required but cannot be found.

If you don't have the [url=http://jakarta.apache.org/commons/logging/]commons logging library[/url], go and get it.

If you have it, make sure it is in the [url=http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/classpath.html]classpath[/url].

TimTheEnchantora at 2007-7-13 17:59:30 > top of Java-index,Java Essentials,New To Java...