Skip to content

Commit c4a9ca0

Browse files
authored
Update README.md
1 parent b52d505 commit c4a9ca0

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
11
# Library-management-system
22
The Library Management System is a Java-based application designed to manage library operations, including book cataloging, issuing/returning, and user management. It features search functionality, email notifications for due dates, and administrative tools for tracking inventory and user activity efficiently.
3+
4+
Steps to Configure and Run the Library Management System
5+
6+
1) Install JDK (Java Development Kit) - Latest Version:-
7+
8+
Download and install the latest version of the JDK from the official website or u can get it from the resources folder location:- Library Management System unzip it > src > resources
9+
10+
Ensure the JAVA_HOME environment variable is set correctly.
11+
12+
2) Install MySQL properly and configured it
13+
14+
Download and install MySQL from the official website or u can get it from the resources folder location:- Library Management System unzip it > src > resources
15+
16+
During installation, configure your MySQL username and password and save it so that u can remember.
17+
18+
If needed, watch this YouTube tutorial for guidance. ( https://youtube/Sfvpgu9ID2Q?si=SZcPFmwBWWyReW-5 ).
19+
20+
In case of errors, add the MySQL bin path to your system's environment variables (e.g., C:\Program Files\MySQL\MySQL Server X.X\bin).
21+
22+
3) Run the JAR File
23+
24+
Navigate to the folder where your JAR file is located: C:\path_to_your_project_folder\Library Management System\dist.
25+
26+
Use the following command to run the JAR file:
27+
java -jar path/to/yourfile.jar
28+
Or
29+
java -jar Library_Management_System.jar

0 commit comments

Comments
 (0)