-
Notifications
You must be signed in to change notification settings - Fork 0
usage
Rui Zhao edited this page Mar 19, 2020
·
2 revisions
-
Way1: Run the
gazeboManager.bndrunin the project folder from terminal, maybe with the-Doption$ bnd package gazeboManger.bndrun $ java -jar gazeboManager.jar
-
Way2: Run the
gazeboManager.bndrunin EclipseRun as -> Bnd OSGi Run Launcher
or you can click the
Run OSGIbutton in the right-top corner fromRuntab of this bndrun file -
Way3: Export the bndrun file as excutable jar in Eclipse
Click the
Exportbutton in the stageManager.bndrun file -> Select Export Destination which should be in the same folder with this bndrun file, because the excutable jar has to access to theResources/Manager.xmlconfiguration file.Run the exported jar in it's folder:
$ java -jar gazeboManager.jar