Hi Justin. My English is poor, Sorry.

Justin Wall wrote:
> 
>         I've gotten the server installed at work on NT, but I'm having trouble
> here at home.  I'm getting a class not found error.  My enviroment
> variables are below the error.  I only have Xindice.jar in the
> classpath  Is there a FAQ for Xindice?
> 
> Thanks,
> 
> Justin
> 
> Exception in thread "main" java.lang.NoClassDefFoundError:
> javax/xml/parsers/DocumentBuilderFactory
>          at org.apache.xindice.server.Kernel.<init>(Kernel.java:127)
>          at org.apache.xindice.server.Kernel.<init>(Kernel.java:117)
>          at org.apache.xindice.server.Xindice.main(Xindice.java:96)
> 


I hope that you don't have xml parser based on jaxp in your classpath.
Please include Xerces or xml parser based on jaxp in your classpath.

Reply via email to