Spectra is acronym for Software Performance Energy, Consumption, Time, Resources, & Analytics. It is created as part of research study to find correlational trade offs between the code efficiency and energy consumption of the software programs.
- Java 21
- Eclipse 2024-06 (4.32.0)
- Maven version 3.7.x (embedded in Eclipse)
- Postman (optional)
- Open the terminal and check Java installation by typing "java --version". If Java is set up correctly, you should see the Java version printed on the terminal.
- Open Eclipse. On the left-side menu, select Import > Maven > Existing Maven Projects.
- Select project directory: tools4cities-middleware.
- Click "Finish" and wait for the project to load.
- After loading, right-click the "middleware" folder, and select Maven > Update Project.
- Right-click again and select: Run As > maven install
- Right-click again and select: Run As > maven test
Alternatively, if you have mvn set up in the command line, you can also run:
mvn dependency:purge-local-repository -DactTransitively=false -DreResolve=false
mvn clean
mvn validate
mvn installRushin Makwana (rushin.makwana@mail.concordia.ca)