Run an application in Dragonfly (the BUG SDK)
From BUG Wiki
To run a BUG application in the Dragonfly SDK:
- In Project Explorer view, right-click on an application (for example, Hello World).
- Select Run As > Virtual BUG.
- In the Console view, the process output should be visible.
- 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>
