IURIEditorInput Error

Having trouble installing Oxygen? Got a bug to report? Post it all here.
gotilley
Posts: 1
Joined: Wed Apr 16, 2008 12:01 am

IURIEditorInput Error

Post 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)
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: IURIEditorInput Error

Post 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
Post Reply