Skip to content

mananmonga/CS591_GradingSystem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS591_GradingSystem

Prerequisites to run the project:

database: 1.create a database in mysql called gradingsystem

2.import the database.sql file in the folder into the mysql.

3.change the following information in the database.jave:

Username should be your mysql’s username and password should be your mysql’s password.

You also need to import the mysql connector, if you don’t have the connector, you can download it from https://dev.mysql.com/downloads/connector/j/5.1.html. Don’t forget to add external archives in the project.

Java source:

  1. build the following .jar packages in the project. jxl.jar mysql-connector-java-5.1.48.jar
  2. import the java source in the foldler /src
  3. run Main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%