javax.xml.parcers.FactoryConfigurationError
843834Aug 20 2002 — edited Aug 21 2002Hi all,
The problem is:
(1.1) If I run my application under JBuilder there's no problem.
(1.2) If I run my application from MS-DOS console (Windows NT 4.0)
I've got the javax.xml.parcers.FactoryConfigurationError!
Exception stack looks like:
Exception in thread "main" javax.xml.parsers.FactoryConfigurationError: com.sun.xml.parser.SAXParserFactoryImpl
at javax.xml.parsers.SAXParserFactory.newInstance
It occurs when I try to make
SAXParserFactory factory = SAXParserFactory.newInstance();
Any idea?
Any advise would be great!
-------
kind regards