I want to use word-clouds in my Eclipseplugin. I've come to the conclusion that using Cloudio would be the best solution. But I sadly can't make it work.
When I try to re-create one of the examples on the website, I get unresolved imports, for example:
The import org.eclipse.zest.cloudio cannot be resolved
But I can neither find Cloudio when I try to add id as a required plugin to the manifest, nor I can find a jar anywhere. So how to I make Cloudio work?