Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » AbstractEMFOperation cannot be resolved
AbstractEMFOperation cannot be resolved [message #213027] Sun, 02 April 2006 11:05 Go to next message
Eclipse UserFriend
Originally posted by: pawel992.gmail.com

I have problem with GEF. When I am doing cheat sheet GMF tutorial I get that errors:
org.eclipse.gmf.examples.mindmap.diagram The project was not built since its build path is incomplete. Cannot find the class file for org.eclipse.emf.workspace.AbstractEMFOperation.
Error org.eclipse.gmf.examples.mindmap.diagram/src/org/eclipse/gmf /examples/mindmap/diagram/edit/policies MapItemSemanticEditPolicy.java The type org.eclipse.emf.workspace.AbstractEMFOperation cannot be resolved. It is indirectly referenced from required .class files. What is wrong?
Re: AbstractEMFOperation cannot be resolved [message #213035 is a reply to message #213027] Sun, 02 April 2006 13:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pawel992.gmail.com

It's ok now. I didn't install every needed jars before :)
Re: AbstractEMFOperation cannot be resolved [message #213826 is a reply to message #213035] Tue, 11 April 2006 12:46 Go to previous messageGo to next message
anand is currently offline anandFriend
Messages: 6
Registered: July 2009
Junior Member
Hi,

I am also getting the same problem. Can you tell me where is the problem exist? In which jar?

anand
Re: AbstractEMFOperation cannot be resolved [message #213852 is a reply to message #213826] Tue, 11 April 2006 15:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pawel992.gmail.com

Look at requirments on http://download.eclipse.org/technology/gmf/downloads/drops/S -1.0M5-200603031600/index.php I install everything and it is working.
Re: AbstractEMFOperation cannot be resolved [message #213995 is a reply to message #213852] Wed, 12 April 2006 09:31 Go to previous message
anand is currently offline anandFriend
Messages: 6
Registered: July 2009
Junior Member
Hi,

thanks for the response. I got it working. But when i try to do the example that is created i got the following exception.

!ENTRY org.eclipse.gmf.runtime.draw2d.ui 4 4 2006-04-12 14:40:20.697
!MESSAGE Unable to load graphics library [GDI+ is required] (java.lang.UnsatisfiedLinkError: D:\Eclipse3.2\eclipse\workspace\.metadata\.plugins\org.eclip se.pde.core\New_configuration\org.eclipse.osgi\bundles\236\1 \.cp\swt-gdip-win32-3224.dll: Can't find dependent libraries)
!STACK 0
org.eclipse.swt.SWTException: Unable to load graphics library [GDI+ is required] (java.lang.UnsatisfiedLinkError: D:\Eclipse3.2\eclipse\workspace\.metadata\.plugins\org.eclip se.pde.core\New_configuration\org.eclipse.osgi\bundles\236\1 \.cp\swt-gdip-win32-3224.dll: Can't find dependent libraries)
at org.eclipse.swt.SWT.error(SWT.java:3349)
at org.eclipse.swt.graphics.Device.checkGDIP(Device.java:176)
at org.eclipse.swt.graphics.GC.initGdip(GC.java:3231)
at org.eclipse.swt.graphics.GC.setAntialias(GC.java:3468)
at org.eclipse.draw2d.SWTGraphics.reconcileHints(SWTGraphics.ja va:795)
at org.eclipse.draw2d.SWTGraphics.checkGC(SWTGraphics.java:282)
at org.eclipse.draw2d.SWTGraphics.checkFill(SWTGraphics.java:26 8)
at org.eclipse.draw2d.SWTGraphics.fillRectangle(SWTGraphics.jav a:555)
at org.eclipse.draw2d.Graphics.fillRectangle(Graphics.java:473)
at org.eclipse.gmf.runtime.draw2d.ui.internal.graphics.ScaledGr aphics.fillRectangle(ScaledGraphics.java:341)
at org.eclipse.draw2d.Graphics.fillRectangle(Graphics.java:473)
at org.eclipse.draw2d.RectangleFigure.fillShape(RectangleFigure .java:29)
at org.eclipse.draw2d.Shape.paintFigure(Shape.java:107)
at org.eclipse.draw2d.Figure.paint(Figure.java:1049)
at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1087)
at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1119)
at org.eclipse.draw2d.Figure.paint(Figure.java:1051)
at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1087)
at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1119)
at org.eclipse.draw2d.Figure.paint(Figure.java:1051)
at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1087)
at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1119)
at org.eclipse.draw2d.Figure.paint(Figure.java:1051)
at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1087)
at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1119)
at org.eclipse.draw2d.Figure.paint(Figure.java:1051)
at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1087)
at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1119)
at org.eclipse.draw2d.ScalableFreeformLayeredPane.paintClientAr ea(ScalableFreeformLayeredPane.java:61)
at org.eclipse.gmf.runtime.draw2d.ui.internal.graphics.Scalable FreeformLayeredPane.paintClientArea(ScalableFreeformLayeredP ane.java:78)
at org.eclipse.draw2d.Figure.paint(Figure.java:1051)
at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1087)
at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1119)
at org.eclipse.draw2d.Figure.paint(Figure.java:1051)
at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1087)
at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1114)
at org.eclipse.draw2d.Viewport.paintClientArea(Viewport.java:15 6)
at org.eclipse.draw2d.Figure.paint(Figure.java:1051)
at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1087)
at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1119)
at org.eclipse.draw2d.Figure.paint(Figure.java:1051)
at org.eclipse.draw2d.DeferredUpdateManager.paint(DeferredUpdat eManager.java:145)
at org.eclipse.draw2d.LightweightSystem.paint(LightweightSystem .java:196)
at org.eclipse.draw2d.LightweightSystem$2.handleEvent(Lightweig htSystem.java:106)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:949)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:934)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:12 40)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3289 )
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3965 )
at org.eclipse.swt.internal.win32.OS.RedrawWindow(Native Method)
at org.eclipse.swt.widgets.Control.update(Control.java:3101)
at org.eclipse.swt.widgets.Control.update(Control.java:3091)
at org.eclipse.draw2d.NativeGraphicsSource.getGraphics(NativeGr aphicsSource.java:43)
at org.eclipse.draw2d.DeferredUpdateManager.getGraphics(Deferre dUpdateManager.java:130)
at org.eclipse.draw2d.DeferredUpdateManager.repairDamage(Deferr edUpdateManager.java:259)
at org.eclipse.draw2d.DeferredUpdateManager.performUpdate(Defer redUpdateManager.java:162)
at org.eclipse.gmf.runtime.diagram.ui.parts.DiagramGraphicalVie wer$ToggleUpdateManager.performUpdate(DiagramGraphicalViewer .java:95)
at org.eclipse.draw2d.DeferredUpdateManager$UpdateRequest.run(D eferredUpdateManager.java:41)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3264)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2910)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1899)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:417)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:106)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:99)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:374)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:169)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
Caused by: java.lang.UnsatisfiedLinkError: D:\Eclipse3.2\eclipse\workspace\.metadata\.plugins\org.eclip se.pde.core\New_configuration\org.eclipse.osgi\bundles\236\1 \.cp\swt-gdip-win32-3224.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1660)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:992)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:12 3)
at org.eclipse.swt.internal.gdip.Gdip.<clinit>(Gdip.java:17)
at org.eclipse.swt.graphics.Device.checkGDIP(Device.java:172)
... 80 more

So you have any idea what is this all about ?
Previous Topic:Tabbed PropertySheet: where is org.eclipse.jface.viewers.TreeNode ?
Next Topic:Which edit policy handles the clicking of a button figure?
Goto Forum:
  


Current Time: Wed Apr 24 14:37:10 GMT 2024

Powered by FUDForum. Page generated in 0.02835 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top