Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 471 Bytes

File metadata and controls

14 lines (12 loc) · 471 Bytes

java-election-system

An election system made using Netbeans and Apache Derby

Instructions

  1. Install Netbeans 8.2 EE
  2. Download this repo
  3. Extract
  4. Open it in Netbeans
  5. Add the Java DB Driver in the project's library
  6. Create database in the Services tab
  7. Copy and run the SQL commands in sql.txt
  8. Clean and build
  9. cd into the directory and run 'java -jar ElectionSystem.jar'