Download or Clone the repository. Open the project in any Java IDE (Eclipse, IntelliJ, NetBeans) or run from the terminal. Compile the code :- javac LibraryManagementSystem.java ...
A Library Management System made using the concepts of Object Oriented Analysis and Design. Minimal Code is written in the GUI and the entities are decoupled as well. The interface is console based.
A vender I'm working with provided a static library (.a) and two header files. I'm purely a Java guy, and we'll eventually get to a pure Java library, but in the meantime I'd like to test using ...