University Management System
Univerity Management System is a desktop-based application that allows a user to electronically manage a University Information System.
A user can carry out the following tasks:
- Register a Student
- Register a Teacher
- See Student / Teacher attendance
- View examination details
- Enter examination marks
- Update Student details
- Update Teacher details
- Register Student tuition fee payment
-
Java 11
-
MySQL
-
mysql-connector-java-8.0.27.jar
-
rs2xml.jar
-
This application requires .exe files, if you want the application to launch the following from Utility menu (see Project.java):
-
Utility Menu
i. Line 339: // Runtime.getRuntime().exec("notepad.exe");
ii. Line 343: // Runtime.getRuntime().exec("calc.exe");
iii. Line 348: // Web browser exe file
Runtime.getRuntime().exec("C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe");
i. Clone the git repo
https://github.com/AAdewunmi/University-Management-System.git
ii. Open project folder
iii. Explore
😎
i. Create Database and Tables (src/university/mysql_commands.txt)
ii. Run MySQL Server
iii. Run Login.java
iv. Log in
-
User Name: admin
-
Password: admin
NB: Make sure dependencies are installed for the project.
- Login Page:
- University Management System Dashboard:
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
UDEMY: 45 Real World Java Development Projects Bootcamp Course 2022
Java Programming Course: Learn Development Of JAVA Projects Using JSP,JDBC, Servlets, Swing, Spring Boot, Maven, Hibernate
Project Name: Project 4: University Management System
Created by: Engineering.Org.In
Last updated: 09/2022
URL: https://www.udemy.com/course/java-programming-project-using-jsp-jdbc-servlets/