Writing Java plug-ins

About this task

While the steps described in this section can be carried out using any Java IDE, the text and screen captures provided demonstrate how to perform these steps in Eclipse.

To write the Java code for your plug-ins:

Procedure

  1. Create a new Java project
  2. Add theIBM® Rational® Rhapsody® library to the project build path
  3. Define a Java class for the plug-in
  4. Implement the required methods

Feedback