Skip to content

Simple application which will be able to simulate CPU scheduling algorithms such as fcfs, sjf, round robin and priority scheduling.

Notifications You must be signed in to change notification settings

yogeeswar2001/cpu_scheduling_algo_simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple application which will be able to simulate CPU scheduling algorithms such as fcfs, sjf, round robin and priority scheduling.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages