4

On the Eclipse Marketplace, I installed Zest. Now I am wondering, how I can use it?

Where are the library files (jars)? And how to add them?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
John Threepwood
  • 15,593
  • 27
  • 93
  • 149

1 Answers1

1

The easiest way to get started is by creating a plug-in project with a dependency on the Zest bundles.

Check out the tutorial by Lars Vogel for a nice step-by-step intro. There is also documentation available from within Eclipse (Help -> Help Contents) and on the wiki.

Note that the Marketplace version now provides the latest version of Zest which is part of GEF4 and has a new namespace org.eclipse.gef4.zest.* instead of org.eclipse.zest.*.

Fabian Steeg
  • 44,988
  • 7
  • 85
  • 112