Install JavaFx on Windows
It is used to load the user interface
- Download JavaFx from https://gluonhq.com/products/javafx/
- Unzip the file and place the directory in the chosen path
- Set the environment variable for JAVAFX : JAVAFX_HOME as variable and the path of the directory as value
- Add %JAVAFX_HOME%\bin to the Path environment variable
- Restart
- It is ready to run the jar file using cmd :
java --module-path %JAVAFX_HOME%/lib --add-modules javafx.controls,javafx.fxml -jar StorSimUi-1.1.1-SNAPSHOT.jar
Install Graphviz on windows
It is used to display schemes from the display menu
- Download Graphviz from https://graphviz.org/download/
- Add the graphviz bin folder path to the Path environment variable
- Restart
- Schemes are now available from the display menu once data are loaded from the file menu