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)