For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 2 replies, 2 voices, and was last updated 20 years, 7 months ago by
Scott Anderson.
-
AuthorPosts
-
Josh RichauMemberHi,
I am using my eclipse core 3.9.211 and eclipse version 3.1.0When I try to opne XML files, I get the error pasted at the bottom of this message. This is consistent among files I just created and ones I have had around for a while. This is the first time I am firing up the XML editor since I upgraded to this configuration.
Any thoughts?
Thanks!
Joshjava.lang.NoClassDefFoundError: com/genuitec/eclipse/core/A/B
at org.xmen.xml.SchemaCache.<init>(Unknown Source)
at org.xmen.xml.SchemaCache.getInstance(Unknown Source)
at org.xmen.xml.Namespace.<init>(Unknown Source)
at org.xmen.internal.ui.text.XMLReconciler.ā(Unknown Source)
at org.xmen.internal.ui.text.XMLReconciler.createTree(Unknown Source)
at org.xmen.ui.XMLDocumentProvider.createDocument(Unknown Source)
at org.eclipse.ui.editors.text.FileDocumentProvider.createElementInfo(FileDocumentProvider.java:679)
at org.eclipse.ui.texteditor.AbstractDocumentProvider.connect(AbstractDocumentProvider.java:398)
at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:3008)
at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:173)
at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedTextEditor.java:1303)
at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:262)
at org.eclipse.ui.texteditor.AbstractTextEditor$16.run(AbstractTextEditor.java:2360)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:624)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:621)
at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2134)
at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:2378)
at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:2405)
at org.xmen.ui.text.XMLTextEditor.init(Unknown Source)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:773)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:572)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:214)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched
(snip…)July 26, 2005 at 2:15 pm #233671
Josh RichauMemberI’ll add to this, this seems to have had something to do with having more than one XML editor defined. I managed to open the file up now but I would guess it is an installation problem…
July 26, 2005 at 9:22 pm #233686
Scott AndersonParticipantThis seems to be a problem with an upgraded installation. For missing class issues like this, you need to start with a fresh Eclipse 3.1 installation and install a new download of MyEclipse to use it. It appears from the message you’re environment is trying to load old classes and is generally “confused”.
-
AuthorPosts
