Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 869 Bytes

File metadata and controls

39 lines (24 loc) · 869 Bytes

OOPJava (Object Oriented Programming)

1st Year University Project (International Hellenic University - Sindos, Thessaloniki, Greece)


How to compile and run OOPJava

To compile (compiled files included on oopJava):

$ javac Path/oopJava/*.java

To run:

$ java Path/oopJava/Main

Description

A program written in Java, that simulate a book library.

  • Give choices to select
  1. Enter book(s) on library
  2. Process book(s) : sort, search etc...
  3. Sell book(s) : find best-seller etc...

Folder Structure

The workspace contains a folder, where:

  • oopJava: the package - folder, maintained on src folder

Dependency Management

The JAVA PROJECTS view allows you to manage your dependencies. More details can be found here.