Skip to content

tuanngocfun/CPU-Scheduling-Algo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OS_Project

This project is a Java-based application that demonstrates various algorithms and design patterns. The project is built using Maven and requires Java 15.

Prerequisites

  • Java 15
  • Maven 3.6.3 or higher

Installation

Install Java 15:

Make sure you have Java 15 installed on your system. You can download it from the Oracle website.

To check your Java version, run:

java -version

Install Maven:

If Maven is not installed, you can download it from the Apache Maven website.

To check your Maven version, run:

mvn -version

Build the Project

Clone the repository:

git clone my repository cd my repository

Clean and Compile the Project:

mvn clean compile

Package the Project:

mvn clean package

Run the Application

java -jar target/OS_Project-1.0-SNAPSHOT-jar-with-dependencies.jar

About

Code Checking CPU & Resouce Scheduling (Algo)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages