Skip to content

the-zoomeee/Student-Management-System-using-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

Student-Management-System-using-Java

Student management system using Java and NetBeans IDE

Description:

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.

Features:

  • For Admin---
    1. Add new admin
    2. Modify admin details
    3. Delete admin details
    4. Search for admin details
    5. View all admin records
  • For Students---
    1. Add new student
    2. Modify student details
    3. Delete student details
    4. Search for student details
    5. View all student records

Installations:

  1. Install Apache netBeans IDE (https://netbeans.apache.org/front/main/download/index.html)
  2. Install Xamp (https://www.apachefriends.org/download.html)
  3. Install jdbc drive for sql connections (https://dev.mysql.com/downloads/connector/j/)
    • Note :- Select "Platform Independent"
  4. Install rs2xml driver (https://sourceforge.net/projects/finalangelsanddemons/files/rs2xml.jar/download)

1. Procedure (xampp): creating database and starting mySQL server.

  1. open the xampp control panel.
  2. start the "Apache" module and wait for it to start.
  3. start the "MySQL" module and wait for it to start. x1
  4. now click on "Admin" button of "MySQL". x2
  5. now you will be redirected to the web browser page form this we will create our database.
  6. click on "New" on left hand side.
  7. 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".
  1. now, hit the "create" button. x3
  2. now follow the GUI instructions. x4

x5

x6

x7

x8

x9

x10

x11

x12

  1. now add the admin data in the admin table
  2. id= "1", mail= "admin@gmail.com", password= "admin" name= ""admin

xx4

xx3

xx2

xx1

2. procedure (Apache NetBeans IDE):

  1. Create the new project and select "Java with Ant" in Category section.

  2. select "Java Application" in Projects section.

  3. now, hit the "Next" button. 1

  4. Give the project name in my case it is "student_management_system_using_java".

  5. now, hit the "Finish" button. 2

  6. now navigate to the "student_management_system_using_java > Source Packages" and right click on the "Source Packages > New > Java Package". 3

  7. set the name for the package "login"

    • Note :- Package Name Should be "login" only.
  8. now, click on "Finish" button. 4

  9. 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).

  10. now delete the "login" folder and past the new login folder from "github > ...src > login". 5

  11. 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.
  12. navigate to the "student_management_system_using_java > Source Packages > Libraries" folder

  13. right click on it and click on "Add JAR/Folder" 6

  14. Now navigate to the folder were "rs2xml and mysql-connecter" is stored.

  15. select both of them.

  16. now click on "Open" button. 7

  17. now navigate to the "login.java" file in Source Packages > login > login.java. and click on "Source" 8

  18. now right click on any were and click on "Run File"

    • Note :- Make sure your Xampp (Apace and mysql) server is running. 9
  19. E- mail: "admin@gmail.com"

  20. password: "admin"

  21. click on login button 10

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages