Run an application in Dragonfly (the BUG SDK)

From BUG Wiki

Jump to: navigation, search

To run a BUG application in the Dragonfly SDK:

  1. In Project Explorer view, right-click on an application (for example, Hello World).
  2. Select Run As > Virtual BUG.
  3. In the Console view, the process output should be visible.
  4. In the Console view, confirm the new application is installed and running by typing: bundles
    Output should look something like:
Bundles:
[ 0] (active)      System Bundle
[ 1] (active)      EventAdmin Service
[ 2] (resolved)    file:/Users/UserName/Documents/workspaces/cg/com.buglabs.osgi.concierge.runtime/jars/cg_framework.jar
[ 3] (resolved)    osgi
[ 4] (active)      Concierge Shell
[ 5] (active)      Hello World


Concierge>