Skip to Main Content

Java SE (Java Platform, Standard Edition)

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!

I can't install Netbeans 6.1 - something about Xerces, what is this?

801504May 13 2008 — edited May 14 2008
Hello all,

Does anybody have any idea what I could do to solve this?

I have downloaded Xerces 2.9.1 and put in my CLASSPATH

When I try to install Netbeans 6.1 I get this annyoing error before it finishes the installation.
[2008-05-13 14:28:57.640]:     initializing the local directory
[2008-05-13 14:28:57.640]:         ... custom local directory was not specified, using the default
[2008-05-13 14:28:57.640]:         ... local directory: C:\Documents and Settings\Francisco\.nbi
[2008-05-13 14:28:57.656]:     ... finished initializing local directory
[2008-05-13 14:28:57.750]:     file not exist, queue is empty!
[2008-05-13 14:28:58.218]:     An unexpected exception happened in thread main
[2008-05-13 14:28:58.218]:     java.lang.NoSuchMethodError: org.apache.xerces.impl.xs.XMLSchemaLoader.loadGrammar([Lorg/apache/xerces/xni/parser/XMLInputSource;)V
[2008-05-13 14:28:58.218]:     	at org.apache.xerces.jaxp.validation.XMLSchemaFactory.newSchema(Unknown Source)
[2008-05-13 14:28:58.218]:     	at javax.xml.validation.SchemaFactory.newSchema(SchemaFactory.java:594)
[2008-05-13 14:28:58.218]:     	at javax.xml.validation.SchemaFactory.newSchema(SchemaFactory.java:610)
[2008-05-13 14:28:58.218]:     	at org.netbeans.installer.wizard.Wizard.loadWizardComponents(Wizard.java:216)
[2008-05-13 14:28:58.218]:     	at org.netbeans.installer.wizard.Wizard.loadWizardComponents(Wizard.java:188)
[2008-05-13 14:28:58.218]:     	at org.netbeans.installer.wizard.Wizard.getInstance(Wizard.java:165)
[2008-05-13 14:28:58.218]:     	at org.netbeans.installer.Installer.<init>(Installer.java:179)
[2008-05-13 14:28:58.218]:     	at org.netbeans.installer.Installer.main(Installer.java:99)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 11 2008
Added on May 13 2008
2 comments
324 views