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

Summary: org.netbeans.core.xml.NbSAXParserFactoryImpl not found (NB3.3 Linux)
Product: platform Reporter: forbin <forbin>
Component: -- Other --Assignee: issues@platform <issues>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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 ***