Student management system using Java and NetBeans IDE
Student Management System is created using java and Apache NetBeans IDE. The main objective of the project is to introduce you all with the database connectivity with mySQL using jdbc (Java Database Connectivity) driver.
- For Admin---
- Add new admin
- Modify admin details
- Delete admin details
- Search for admin details
- View all admin records
- For Students---
- Add new student
- Modify student details
- Delete student details
- Search for student details
- View all student records
- Install Apache netBeans IDE (https://netbeans.apache.org/front/main/download/index.html)
- Install Xamp (https://www.apachefriends.org/download.html)
- Install jdbc drive for sql connections (https://dev.mysql.com/downloads/connector/j/)
- Note :- Select "Platform Independent"
- Install rs2xml driver (https://sourceforge.net/projects/finalangelsanddemons/files/rs2xml.jar/download)
- open the xampp control panel.
- start the "Apache" module and wait for it to start.
- start the "MySQL" module and wait for it to start.
- now click on "Admin" button of "MySQL".
- now you will be redirected to the web browser page form this we will create our database.
- click on "New" on left hand side.
- now, Enter the name of database "student".
Note:-
- Database name should be as it is "student".
- table1 name should be as it is "admin".
- table2 name should be as it is "student".
- now add the admin data in the admin table
- id= "1", mail= "admin@gmail.com", password= "admin" name= ""admin
-
Create the new project and select "Java with Ant" in Category section.
-
select "Java Application" in Projects section.
-
Give the project name in my case it is "student_management_system_using_java".
-
now navigate to the "student_management_system_using_java > Source Packages" and right click on the "Source Packages > New > Java Package".
-
set the name for the package "login"
- Note :- Package Name Should be "login" only.
-
now open the project in file explorer by default it will be in the "Documents" folder in my case it is in (C:\Users\Bharat\Documents\NetBeansProjects\student_management_system_using_java\src).
-
now delete the "login" folder and past the new login folder from "github > ...src > login".
-
now reopen the IDE and add the Libraries to the project which was downloaded
- Note :- If you did'nt find then you can take it from "github > Libraries.
-
navigate to the "student_management_system_using_java > Source Packages > Libraries" folder
-
Now navigate to the folder were "rs2xml and mysql-connecter" is stored.
-
select both of them.
-
now navigate to the "login.java" file in Source Packages > login > login.java. and click on "Source"
-
now right click on any were and click on "Run File"
-
E- mail: "admin@gmail.com"
-
password: "admin"