-
Notifications
You must be signed in to change notification settings - Fork 0
Implementation
april-e1 edited this page Nov 19, 2024
·
2 revisions
- Launch Visual Studio Code and verify Java and Maven installation by running the following commands in the terminal:
java -version
mvn -version
- Ensure necessary Java extensions are installed.
- Clone the GitHub repository using the project URL: https://github.com/Plyrex/Comp3607_Project.git
- Clean the workspace: Clean Workspace
- Build the project and run the application: Rebuild All, Run Java
- Install Visual Studio Code and the Java Development Kit (JDK).
- Ensure that Maven is installed to build the project.
- Verify Java and Maven installation: java -version, mvn -version.
- Ensure access to GitHub repository: https://github.com/Plyrex/Comp3607_Project.git
- Ensure sufficient storage to handle zipped student submissions and generated reports.