Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Re-open IGB project (double-click it in the Projects tab or use File > Open Project)
  2. Open the IGB "main" sub-project; select IGB Project > Modules > main
  3. Select Run to run IGB
  4. Within IGB, select the Plug-Ins Tab
  5. Select Launch App Manager to open the App Manager window
  6. Within the App manager, select Manage Repositories... (top right corner). This opens the App Repositories tab in the IGB Preferences window

Image Modified

  1. Within the App Repositories tab in the Preferences window, select Add 
  2. Enter a name for your repository, and then select the Choose local folder button
  3. Select the target directory of your maven project and click submit. The target directory is the actual target directory created by maven when you built your App.
  4. Close the Preferences window and return to the IGB App Manager
  5. Note that your App should now appear in the left pane of the IGB App Manager. Select it and click the Install button. This will cause the OSGi run-time to instantiate your new menu item and add it to IGB.

...

 

To run your app:

  • Open the IGB console by selecting Help > Show Console. Open the Tools menu in IGB. Observe your Hello IGB Toolbar menu item is an option.
  • Select Tools > Hello IGB Toolbar to run your App; observe the message printed to the console:

...