Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (23 loc) · 1.04 KB

File metadata and controls

37 lines (23 loc) · 1.04 KB

Student Information Management System

  • This is our SIA (System Integration and Architecture) project, which was given 1 week and 2 days for development.

Setup

clone repo

git clone https://github.com/Jiseeeh/student-information-management-system.git

Must have

  • Netbeans 18+
  • mysql-connector.jar must be put under src\sims\database
  • Absolute Layout - AbsoluteLayout.jar (this is native.)
  • JDK 20

Optional

Add jar files

  • Right click Libraries and click Add JAR/Folder
  • Pick the jar files one by one and use relative path.
  • For AbsoluteLayout.jar
    • Right click Libraries and click Add Library and choose AbsoluteLayout

Setup MYSQL

  • Import the sql file at src\sims\database\student_ims.sql in phpmyadmin(tested) or mysql workbench(not tested)

Run

  • Run main file