- This topic has 5 replies, 2 voices, and was last updated 19 years, 1 month ago by
Riyad Kalla.
-
AuthorPosts
-
sungard_2006MemberGuys:
We are evaluating MyEclipse for work here and are very interested in getting the IDE to work with our current code build. We are using Workbench 4.1.1, Eclipse 3.2, JDK 1.5.
When I double click on the xml file to bring the file up in the xml editor I get the below error.
When I do the same type of action for the JSP Designer, I get the same error.
Problems occurred when invoking code from plug-in: "org.eclipse.jface".
Any help would be greatly appreciated…..
😀
RussThe stacktract is:
java.lang.NoClassDefFoundError at com.genuitec.eclipse.webdesigner2.flyoutpalette.PaletteViewerProvider.createPaletteViewer(PaletteViewerProvider.java:72) at com.genuitec.eclipse.webdesigner2.flyoutpalette.FlyoutPaletteComposite.setState(FlyoutPaletteComposite.java:561) at com.genuitec.eclipse.webdesigner2.flyoutpalette.FlyoutPaletteComposite.updateState(FlyoutPaletteComposite.java:606) at com.genuitec.eclipse.webdesigner2.flyoutpalette.FlyoutPaletteComposite.<init>(FlyoutPaletteComposite.java:199) at com.genuitec.eclipse.webdesigner2.HTMLMultiPageEditorPart.createDesignerControls(HTMLMultiPageEditorPart.java:488) at com.genuitec.eclipse.webdesigner2.HTMLMultiPageEditorPart.createDesignPage(HTMLMultiPageEditorPart.java:480) at com.genuitec.eclipse.webdesigner2.HTMLMultiPageEditorPart.createPages(HTMLMultiPageEditorPart.java:260) at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:241) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:609) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:384) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552) at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:223) at org.eclipse.ui.internal.WorkbenchPage.makeActiveEditor(WorkbenchPage.java:1115) at org.eclipse.ui.internal.WorkbenchPage.updateActivePart(WorkbenchPage.java:1073) at org.eclipse.ui.internal.WorkbenchPage.partAdded(WorkbenchPage.java:1422) at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:205) at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:758) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:665) at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:628) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2360) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2295) at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2287) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2273) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2268) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2249) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:371) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:334) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:251) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:131) at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:169) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:153) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:222) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:198) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:296) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:869) at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:741) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:739) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:968) at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1067) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:243) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:238) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:277) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) 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:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948)
Riyad KallaMemberMyEclipse isn’t supported on Eclipse 3.2 yet, but we should be releasing a MyEclipse 5.0 Milestone 1 shortly after EclipseCon whcih is going on this week, but I wouldn’t suggest that as an evaluation as it will be a major work in progress (but you are welcome to try it).
Please use Eclipse 3.1.2 with MyEclipse 4.1.1 for the most stable experience.
sungard_2006MemberOkay I’ve verified I am using the latestest build for the workbench and I am using the Eclipse version 3.1.2.
I am getting the below errors with the struts project. Am I going to have to create a new web project, add the struts capability and “dumb” my code in this new project so it works with MyEclipse?
Russ
Riyad KallaMemberRuss,
There are other reasons PaletteView might be barfing and I think I know what might be causing it. Check your <eclipse dir>\plugins directory and look for any *gef* and or *emf* directories, if you have a separate install of EMF and GEF it will conflict with the versions that MyEclipse ships and would cause our designers to die in this fashion. You will need to remove the separate copies you had installed and restart the workbench to let MyEclipse to load up it’s copies.
sungard_2006MemberOkay, I’ve startd over cleanly. I uninstalled everything and re-installed Eclipse 3.1.2 and Workbench 4.1.1. The editors are coming up crrectly…….
Thank you…….. I’ll have more questions soon…. 🙂
Riyad KallaMemberOk glad it is working, keep us posted with any questions that is what we are here for.
-
AuthorPosts