Skip to content
Rui Zhao edited this page Mar 19, 2020 · 3 revisions

Run StageSimulationManager

  • 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 Eclipse

    Right click stageManager.bndrun -> Run as -> Bnd OSGi Run Launcher

    or you can click the Run OSGI button in the right-top corner from Run 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 the Resources/Manager.xml configuration file.

    Run the exported jar in it's folder:

    $ java -jar stageManager.jar
Clone this wiki locally