This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 18627 - org.netbeans.core.xml.NbSAXParserFactoryImpl not found (NB3.3 Linux)
Summary: org.netbeans.core.xml.NbSAXParserFactoryImpl not found (NB3.3 Linux)
Status: CLOSED DUPLICATE of bug 17358
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-13 17:27 UTC by forbin
Modified: 2008-12-22 22:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description forbin 2001-12-13 17:27:28 UTC
I installed NB3.3 release on RedHat Linux 7.1.  I get this when I launch:

javax.xml.parsers.FactoryConfigurationError: java.lang.ClassNotFoundException:
org.netbeans.core.xml.NbSAXParserFactoryImpl ...

It never actually comes up after this.
Comment 1 _ ttran 2001-12-13 20:47:43 UTC
this usually is caused by conflicting jar files in your
<jdkhome>/jre/lib/ext.  Please check.
Comment 2 Jan Zajicek 2001-12-14 14:00:43 UTC
A Trung said, check <jdkhome>/jre/lib/ext and remove conflicting xml
parsers jar files (xerces.jar, jaxp.jar etc.)

Comment 3 Jan Zajicek 2001-12-14 14:05:58 UTC
For more details check issue #11020.
Comment 4 forbin 2001-12-18 18:20:03 UTC
Removing jars from <jdkhome>/jre/lib/ext solved this problem.
Thanks.
Comment 5 Jesse Glick 2002-07-10 03:05:26 UTC
x
Comment 6 Jesse Glick 2002-07-10 03:05:43 UTC

*** This issue has been marked as a duplicate of 17358 ***