Skip to content

GilPasi/Java-Projects

Repository files navigation

OS - Operating Systems assignments AL - Algorithm Planning assignments

OS-Assignment-4

This is the final code task on the OS course. We required to simulate a - "buddy system" operated RAM. I did so by using a binary tree data structure as ellaborated in the code.

AL-Assignment-3

I strongly reccomand this site for help : https://www.vogella.com/tutorials/JavaExcel/article.html

Steps in order to add the jxl library :

1.download as a zip from this site - https://sourceforge.net/projects/jexcelapi/files/jexcelapi/2.6.12/ the package "jexcelapi_2_6_12.zip"

2.create a lib directory and extract all files to there

3.In eclipse : right click on the project >> properties

4.Mark "Modulepath" , click on "Add external JARs..."

5.Find your jar file "jxl", usually in the first level after entering jexcelapi (has a java icon)

apply and close

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages