Skip to content

christianskou07/PlannerApplication

 
 

Repository files navigation

Instructions

  • This is a IntelliJ project, developed with JDK 11 and JavaFX11 and must be run as such.
  • To login as admin one must login as "000".
  • To login as employee/project manager use initials (None added from start).

Debugging:

  • Project structure

    • The src folder has to be marked as source folder in project structure.
    • The test folder has to be marked as such in project structure.
    • The resource folder has to be marked as such in project structure.
    • The out folder has to be the output folder.
  • To run the application the VM options be set as follows:

    • --module-path javafx-sdk-11.0.2-win/lib --add-modules=javafx.controls,javafx.fxml
    • If you run another OS then:
      • --module-path [path_to_your_javafx] --add-modules=javafx.controls,javafx.fxml
    • The JavaFX library can be downloaded here: https://gluonhq.com/products/javafx/

About

SOFTENG1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.4%
  • Java 34.0%
  • Gherkin 9.0%
  • Other 0.6%