Page 1 of 1

IURIEditorInput Error

Posted: Wed Apr 16, 2008 12:08 am
by gotilley
With eclipse 3.2 and plugin version 8.2.0 validating an xml file generates the error listed below. Is this a bug,or is there something I can do. Tried with java 1.4.2 and 1.5.0_05, both had same error.

ERROR [ AutomaticallyValidation ] ro.sync.exml.editor.o - Automatically va
lidation thread stopped because java.lang.NoClassDefFoundError: org/eclipse/ui/IURIEditorInput
java.lang.NoClassDefFoundError: org/eclipse/ui/IURIEditorInput
at com.oxygenxml.editor.editors.OxygenBaseEditor.getEditedFile(Unknown Source)
at com.oxygenxml.editor.editors.X.updateErrors(Unknown Source)
at ro.sync.exml.editor.Q.J.A(Unknown Source)
at ro.sync.exml.editor.o.C(Unknown Source)
at ro.sync.exml.editor.o$1.?(Unknown Source)
at ro.sync.R.C.A.run(Unknown Source)

Re: IURIEditorInput Error

Posted: Wed Apr 16, 2008 11:13 am
by sorin_ristache
Hello,

There are two builds of the oXygen plugin 8.2.0: one for Eclipse 3.2 and one for Eclipse 3.3. You installed the build for Eclipse 3.3 in Eclipse 3.2 because the interface org.eclipse.ui.IURIEditorInput was introduced in Eclipse 3.3 so it did not exist in Eclipse 3.2. Please uninstall your current oXygen plugin from Eclipse 3.2 and install the build for Eclipse 3.2.


Regards,
Sorin