Build OpenEMS Backend
Table of Contents
This chapter explains, how OpenEMS Edge can be compiled to a JAR file that can be executed outside of an IDE.
1. Build using Eclipse IDE
-
Inside Eclipse IDE open the io.openems.backend.application project and open the BackendApp.bndrun file.
-
Press Export to start the Export Wizard Selection assistant.
-
Select Executable JAR and press Next >.
-
Select a Destination for Export to JAR.
-
Press Finish
This creates a so called Fat-JAR-file including all bundles. It can be executed by running java -jar openems-backend.jar
in a console.