https://github.com/jabraham17/cse360project
https://github.com/jabraham17/cse360project
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jabraham17/cse360project
- Owner: jabraham17
- Created: 2019-12-02T21:58:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T22:10:48.000Z (over 5 years ago)
- Last Synced: 2025-02-06T06:28:06.662Z (4 months ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grade Analytics
The code for the CSE 360 Fall 2019 group project.
Written by Jacob Abraham, Sameer Channar, Matteo Chirco, and LT Tran
## Running in Eclipse
This repoository is can be imported as a Project into Eclipse with little difficulty.
Note that this runs with Java 8 and JavaFX, so both are required.
Additionally, the `src` folder must be a source folder and the `resources` folder must be a resource folder.
This is so the code can find the `fxml` file to load the GUI.## Building a executable jar
An executable jar can be built with the ANT commandline tool, by running `ant -f CSE360Project.xml`.
The jar can then be run with `java -jar GradeAnalysis.jar`.
Note: this assumes all required dependencies such as ANT, Java 8, and JavaFX