-
Notifications
You must be signed in to change notification settings - Fork 0
usage
Rui Zhao edited this page Mar 19, 2020
·
3 revisions
-
Way1: Run the
stageManager.bndrun
in the project folder from terminal, or with the-D
option$ bnd package stageManager.bndrun $ java -jar stageManager.jar
-
Way2: Run the
stageManager.bndrun
in EclipseRight click
stageManager.bndrun
-> Run as -> Bnd OSGi Run Launcheror you can click the
Run OSGI
button in the right-top corner fromRun
tab of this bndrun file -
Way3: Export the bndrun file as excutable jar in Eclipse
Click the
Export
button in the stageManager.bndrun file -> Selete Export Destination which should be in the same folder with this bndrun file, because the excutable jar has to access to theResources/Manager.xml
configuration file.Run the exported jar in it's folder:
$ java -jar stageManager.jar