/College-Management-System-using-Java

College Management System is developed using Java Swing Components and MySQL.It provides the basic information about the college along with a Student Registeration form.

Primary LanguageJava

College-Management-System-using-Java

College Management System is developed using Java Swing Components and MySQL.It provides the basic information about the college along with a Student Registeration form.

Snapshots

Home

Screenshot (4)

Events

Screenshot (10)

Registeration form

Screenshot (11)

Installation Steps

1.Extract files in your netbeans folder.


2.Download the MySql connector:-https://dev.mysql.com/downloads/file/?id=515796


3.Add MySql connector to your project in netbeans:-https://www.geeksforgeeks.org/adding-mysql-connector-to-the-java-project-in-apache-netbeans/


4.Start XAMPP


5.Open link localhost/phpmyadmin


6.Click on new at side navbar.


7.Give a database name as "cms" hit on create button.


8.After creating database create a table "record" and click on import.


9.Browse the file in directory[record.sql].


10.After importing successfully run the project.