###########
# Windows #
###########

To launch the FidesLab application, execute the "fides-lab-provided-jre.bat" file.
It will launch FidesLab with it build in JavaRuntimeEnvironnement.
If you want to use your own system JRE (Java 17), then, launch "fides-lab-system-jre.bat" instead.

In case of any bugs encounter, launch the debug versions ( provided or system ) located in the "debug" folder.
It will show of the console output with stacks traces, that will help our team to solve the problems.

Logs of execution, also needed by our team in case of problems, are located in the "log" folder.


###########
# Linux  #
###########

To launch the FidesLab application, launch the "fides-lab-system-jre.sh" script.
Ensure you got execution right on it and a compatible JRE (Java 17) before running.

The purpose of "debug" and "log" folders as the same as Windows version of FidesLab.


########################
# Command line runner #
########################

Launch fides-command-line-runner.bat on windows or fides-command-line-runner.sh on linux
Parameters for command line computation are : entryFilePath1 entryFilePAth2 entryFilePath3 ... resultDirectoryPath
/!\ Remember to put MissionProfiles files first, then CustomFamilies, and finaly BomFidesItems to avoid conflicts !

Example : .\fides-lab-command-line-runner.bat .\testEC.fides .\


#######################
# Help / User manual #
#######################

The FIDES Lab user manual is accessible in two places:
- In the Help/ directory, by opening the user-manual.html file
- In FIDES Lab user interface, by clicking on the "?" icon in the upper right corner
