Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smsraj2001/library-management-java
A simple Java mini project in BlueJ.
https://github.com/smsraj2001/library-management-java
bluej java library-management-system oops-in-java
Last synced: 1 day ago
JSON representation
A simple Java mini project in BlueJ.
- Host: GitHub
- URL: https://github.com/smsraj2001/library-management-java
- Owner: smsraj2001
- Created: 2022-08-26T13:14:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T03:34:57.000Z (over 2 years ago)
- Last Synced: 2024-11-08T19:12:25.544Z (about 2 months ago)
- Topics: bluej, java, library-management-system, oops-in-java
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LIBRARY - MANAGEMENT - JAVA
## SYNOPSIS
A simple Library management Project in java using basic programming constructs.
## DESCRIPTION
v~ 1.2\
This simple project has a database of 15 books and 15 users with their unique UID. The admin also has the power to add an extra user.
Some features are:-- User input, Date of borrow and return.
- Automatic fine evaluating system in case of late return.
- A menu driven program at every stage to make the project user friendly.
- Can handle 2 or more users at the same time.## INSTRUCTIONS
- Works ```BEST``` with ```BlueJ``` and a nominal JDK version.
- Download the project, or enter the following in terminal ```if you have git installed``` :-
```bash
git clone https://github.com/smsraj2001/LIBRARY-MANAGEMENT-JAVA.git
```
- Click on Project and select ```Open Non BlueJ...``` option.
- Select the SRC folder.
- A screen opens with LIBRARY_MANAGEMENT class created.
- Right click on the LIBRARY_MANAGEMENT class and click ```Compile```. Double click to edit.
- Then right click on the LIBRARY_MANAGEMENT class and select ```void main(String[]args)```
- The program runs.
- To know about the ID's used in the program pls browse through the code.
- NOTE : To run this program in a normal terminal, (without BlueJ), in the Source code Folder, open a terminala and enter the following :-
```bash
java LIBRARY_MANAGEMENT.java
```#### ```NOTE``` : For any queries, please feel free to mail : [email protected]