OS X problem with Oxygen 6 running in Eclipse 3.1M7 on JDK 5
Posted: Thu May 19, 2005 8:28 pm
When I run Eclipse 3.1 M7 on OS X inside JDK 5 (i.e. Eclipse itself is running in JDK 1.5), when I try to open any XML file with Oxygen 6 (from the 3.1 M7 update site) I get the following error:
Unable to create this part due to an internal error. Reason for the failure: DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory.
I need to run in JDK5 for the project I'm working on. Any ideas?
Unable to create this part due to an internal error. Reason for the failure: DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory.
Code: Select all
org.apache.xerces.impl.dv.DVFactoryException: DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory.
at org.apache.xerces.impl.dv.DTDDVFactory.getInstance(Unknown Source)
at org.apache.xerces.impl.dv.DTDDVFactory.getInstance(Unknown Source)
at org.apache.xerces.parsers.DTDConfiguration.createDatatypeValidatorFactory(Unknown Source)
at org.apache.xerces.parsers.DTDConfiguration.<init>(Unknown Source)
at org.apache.xerces.parsers.StandardParserConfiguration.<init>(Unknown Source)
at org.apache.xerces.parsers.IntegratedParserConfiguration.<init>(Unknown Source)
at org.apache.xerces.parsers.IntegratedParserConfiguration.<init>(Unknown Source)
at ro.sync.xml.parser.ParserCreator.newXmlParserConfiguration(Unknown Source)
at ro.sync.xml.parser.ParserCreator.A(Unknown Source)
at ro.sync.xml.parser.ParserCreator.newXRNoValid(Unknown Source)
at ro.sync.contentcompletion.xml.detection.A.<init>(Unknown Source)
at ro.sync.contentcompletion.xml.detection.E.<init>(Unknown Source)
at ro.sync.contentcompletion.xml.detection.E.<init>(Unknown Source)
at ro.sync.contentcompletion.xml.M.B(Unknown Source)
at ro.sync.contentcompletion.xml.N.B(Unknown Source)
at com.oxygenxml.editor.editors.xml.A.I(Unknown Source)
at com.oxygenxml.editor.editors.xml.A.<init>(Unknown Source)
at com.oxygenxml.editor.editors.xml.A.<init>(Unknown Source)
at com.oxygenxml.editor.editors.xml.M.B(Unknown Source)
at com.oxygenxml.editor.editors.xml.M.getContentAssistant(Unknown Source)
at org.eclipse.jface.text.source.SourceViewer.configure(SourceViewer.java:332)
...