Please note you should be able to run this application by only replacing the JAR files in the build path but if not working, follow the full-step process below.
- Download the project as a zip file and then extract
- Open the ACC-Project-master folder and right click both zip files "all-Text-Files" and "cleaned-text" and click "Extract Here"
- Visit this link here to install JDK 14 which is required: https://www.oracle.com/ca-en/java/technologies/javase/jdk14-archive-downloads.html
- Once installed, open Eclipse and import the project
- Once imported, you will notice a red exclamation mark on the project. To fix, follow the following steps:
- Select Window from the top menu --> Preferences --> Java --> Compiler
- Change the Compiler compliance level to 10
- Click Installed JREs on the left hand side and then click Add
- Select Standard VM, click the Directory button and browse to Local Disk C, Program Files, Java and select jdk-14.0.2
- Click finish and make sure jdk-14.0.2 is checked mark
- Hit Apply and Close
- Right click the project folder ACC-Project, click Build Path and Configure Build Path
- Remove all JAR files and add all JAR files from the downloaded project directory
- Click JRE System Library and hit the Edit button
- Select the drop down menu for Alternate JRE and select JDK-14.0.2
- Save and close
- You can now begin using the application