Skip to content

Isurie/EmployeeManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

EmployeeManagementSystem

NetBeans project

This is a user login system user can register as a new user and any current user can log in to the system by giving username and password. When a user login to the system, System loads relevant details of current user. In here the username are unique to the database no duplicated usernames are allowed. After register as a new user data are inserted to the database and when the users are trying to login into the system it checks the validity of both username and password.

Getting Started • Java V1.7+ • MySQL

prerequisites • mysql-connector-java-5.1.13-bin • xampp-win32-1.8.3-0-VC11-installer

  1. install xamp server in your machine
  2. put jdbc driver in the bellow two places c:\Program Files\Java\jre7\lib\ext c:\Program Files\Java\jdk1.7.0_03\jre\lib\ext
  3. create the database (employee) and the table (employeedetails)
  4. Build the GUI
  5. Build the logic into the GUI where it can insert employee details to the table

Screenshot (254)