Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 711 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 711 Bytes

inventoryManagement

Senior Project with teammates Phillip Benjamin and Kyle Bess

Setup for IntelliJ IDE

Add javafx-sdk-16 to libraries (can be found directly here or here), specify JavaSE-15 as the project. Add the following command to VM under build configuration: "--module-path C:\your\javafx\path\javafx-sdk-16/lib --add-modules=javafx.controls,javafx.fxml"

change the path to your javafx-sdk-16 directory

As an example: "C:\Users\Terrence\Documents\javafx-sdk-16/lib --add-modules=javafx.controls,javafx.fxml"

Rebuild the project, and it should run. If you run into any problems, please contact me.