Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 1.09 KB

README.md

File metadata and controls

19 lines (18 loc) · 1.09 KB

cpu_scheduling_algo_simulator

INSTALLATION

  • set up JDK: This is required to run the application, to install JDK on linux use
    sudo apt install openjdk-15-jdk
    
  • set up JavaFX: to install openfx on linux use link
  • Download jar file from releases
  • Run the following command from terminal
    java --module-path /[path-to-javafx-sdk]/javafx-sdk-11.0.2/lib/ --add-modules=javafx.base,javafx.controls,javafx.graphics -jar cpuschedule.jar  
    
    replace [path-to-javafx-sdk] in the command to path to the javafx sdk downloaded.

SCREENSHOTS

screenshots screenshots screenshots screenshots