Running pluglets

Once you have created a pluglet, it can be run in the same instance of the workbench, just like any other Java application.
To run the pluglet:
  1. Select the pluglet in the Package Explorer view.
  2. Click Run > Internal Tools, and click the name of your pluglet.
  3. Click Run.
See the Implementing pluglets topic for an example of how to work with a Model Enumeration pluglet.

Feedback