When trying to run this zest tutorial, I get the following error:
The type org.eclipse.draw2d.FigureCanvas cannot be resolved. It is indirectly referenced from required .class files
over the following bit of code:
GraphNode n = new GraphNode(g, SWT.NONE, "Paper");
I have gef 3.6.2 installed, so I don't get what may be the problem. All that Eclipse seems able to do is ask me if I want to configura my build path settings:
What may I be missing?