Engineering System Design

 View Only

 Creating Rhapsody plugin in JAVA

  • IBMChampion
suraj Mate's profile image
suraj Mate posted Thu November 14, 2024 01:36 AM

I have developed a Rhapsody plugin in Java by modifying the existing plugin example in Eclipse (located at C:\Program Files\IBM\Rhapsody\10.0\Samples\ExtensibilitySamples). This plugin adds a separate menu in the toolbar.

Currently, the plugin loads correctly when i add SBS file with add profile to model, but I would like the plugin to integrate directly into Rhapsody. My goal is to have the custom menu appear by default every time I open Rhapsody. How can I achieve this?

i have tried this documentation Creating .hep files for the plug-ins - IBM Documentation but this approch is not working can any one please provide me detailed steps.

Andy Lapping's profile image
Andy Lapping

If you want the plugin available every time you open Rhapsody then you need to either (a) modify your Rhapsody.ini to load it or (b) Add an entry to your user site prp. Option 2 is the better choice - I created a tip on it here with examples: Automatically Loading Helpers