Project: – Student Management System In Java
– To download it for free(Scroll Down)
Student Management System is a java project in NetBeans IDE. This system allows you to keep the student records and manage them when needed. This is a simple java project with good and interactive looking GUI. Some Features of this project are –
- Adding Student
- Audit Student
- Adding Staff/user
- Updating Student record
Here you can download this project and can edit and add more features to this project to make it more effective and realistic application. This project allows you to add the profile image also.
Project Demo
DOWNLOAD STUDENT MANAGEMENT SYSTEM IN JAVA USING NETBEANS WITH SOURCE CODE: CLICK THE BUTTON BELOW
[quads id=1]
sir project ka password kya h.
sorry, can’t get it. what are you saying??
Nice work Bro !!! What is the Username And Password ???
sir id or password??
Bro.. It shows null pointer exception when i try to log in.i think problem with the DB management
just copy-paste your database(student_database.sql) path from the database folder in the javaconnect.java file
I couldnt find it..plz explain via pictures..
Step1 – just copy the path of your studentinfo.sqlite file
step2- then go to db.java file and paste your database path like mine is this (Connection conn =DriverManager.getConnection(“jdbc:sqlite:E:\Projects for code-projects\netbeans\Student Information System\studentInfo.sqlite”);)
i use mac hot to connect to sqlite?
can i get documentation report of this project…..very urgent
I need your help sir, please contact me 6283424983
Please do mention your concern here or you can send us an email regarding your problem.
how to run the student information management code
great job sir
How to run the project. Can you send the video
Java .lang.NullPointerException
Where to find “sqlite file path”?
the sql was big size and it cant import to
Sir how to change password and user name for this ?
Please can i export your Bd for me, because mine it’s not working
Can anyone send report of this project please.Please mail me
we don’t have report
do i really need to use sqlite??
Sir i download the project but i dont understant where the code is place i dont understand the path also plzzz help me bcz i have to submit my project
Reply soon
I need ot urgently
Email address
[email protected]
Sir i download the project but i cant understand how to open i could not find the source code tell me the path i have to submit the project plz sir reply soon
Sir i download the code but i could not find it where the code is place plzz help me sir
just open the project with Netbeans IDE
Am trying to download it but it not downloading
Sir please send username and password
admin username,password error… always showing user name password is incorrect message… my db.java file /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package student.information.system; /** * * @author Hyrex */ import java.sql.*; import javax.swing.*; public class db { Connection conn=null; public static Connection java_db(){ try{ Class.forName(“com.mysql.jdbc.Driver”); Connection conn =DriverManager.getConnection(“jdbc:mysql://localhost:3306/student/”,”root”,””); //JOptionPane.showMessageDialog(null, “Connection to database is successful”); return conn; }catch (Exception e){ JOptionPane.showMessageDialog(null, e); return null; } } } //db connection part also done but its always showing… Read more »
now i got output….thaks sir
How?what is the username and password?
May i ask if what is the username and password of admin?
how to get database???
Please tell me step by step how to run on my pc
how to import the database to netbeans i could not connect sqlite jar to netbeans
How to connect this to database?? pls help
Someone send me the documented report if the project please, very agent
[email protected]
how to fix username and password duplication? it keeps on saying denied
how can I get the sql database, can you show me? pls