Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

javax.xml.parcers.FactoryConfigurationError

843834Aug 20 2002 — edited Aug 21 2002
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 18 2002
Added on Aug 20 2002
1 comment
117 views