- 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
replace [path-to-javafx-sdk] in the command to path to the javafx sdk downloaded.
java --module-path /[path-to-javafx-sdk]/javafx-sdk-11.0.2/lib/ --add-modules=javafx.base,javafx.controls,javafx.graphics -jar cpuschedule.jar
-
Notifications
You must be signed in to change notification settings - Fork 1
yogeeswar2001/cpu_scheduling_algo_simulator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published