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

