[EMAIL PROTECTED] wrote:
I want to execute "CreateCollection.class", and I have this errors :
17-may-2004 21:19:29 org.apache.xindice.xml.dom.DOMParser <init>
ADVERTENCIA: Failed to create SAXParser
org.xml.sax.SAXNotSupportedException: Feature: http://xml.org/sax/features/exter
nal-general-entities
at org.apache.crimson.parser.XMLReaderImpl.setFeature(Unknown Source)
Do not use crimson. Use Xerces. Crimson does not support features needed by Xindice.
How do you "execute "CreateCollection.class"" ? Most probably problem is that forgot to add endorsed lib directory to the command line (in case of jdk 1.4).
Vadim
