- This topic has 1 reply, 2 voices, and was last updated 20 years, 7 months ago by Riyad Kalla.
-
AuthorPosts
-
Via private message from fmfaulkner;
I installed eclipse 3.0 and am seeing the following error message when I try to save a tld file with the MyEclipse TLD editor. I’m also seeing other UI problems. Suggestions?
java.lang.NoSuchMethodError: org.xmen.ui.text.XMLTextEditor.createSaveOperation(Z)Lorg/eclipse/ui/actions/WorkspaceModifyOperation;
at org.xmen.ui.text.XMLTextEditor.doSave(Unknown Source)
at org.eclipse.ui.internal.EditorManager$10.run(EditorManager.java:982)
at org.eclipse.ui.internal.EditorManager$8.run(EditorManager.java:837)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252)
at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:576)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84)
at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:573)
at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:1606)
at org.eclipse.ui.internal.EditorManager.runProgressMonitorOperation(EditorManager.java:843)
at org.eclipse.ui.internal.EditorManager.savePart(EditorManager.java:987)
at org.eclipse.ui.internal.WorkbenchPage.savePart(WorkbenchPage.java:2450)
at org.eclipse.ui.internal.WorkbenchPage.saveEditor(WorkbenchPage.java:2462)
at org.eclipse.ui.internal.SaveAction.run(SaveAction.java:69)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:550)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:502)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:474)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2578)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2256)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:267)
at org.eclipse.core.launcher.Main.run(Main.java:692)
at org.eclipse.core.launcher.Main.main(Main.java:676)
Riyad KallaMemberjava.lang.NoSuchMethodError: org.xmen.ui.text.XMLTextEditor.createSaveOperation(Z)Lorg/eclipse/ui/actions/WorkspaceModifyOperation;
A missing method looks to me like he’s running MyEclipse on an incorrect version of the Eclipse platform. Also depending on which release he is using, he may be required to use the SDK Eclipse download, not just the JDT download. However, with the GA releases we have taken care of that requirement and people can use the JDT release of Eclipse with our products now.
-
AuthorPosts