college/Summer-2024/CS-3443/Labs/Lab2/README.org

41 lines
1.2 KiB
Org Mode
Raw Permalink Normal View History

* Lab 2 Submission
2024-06-17 14:46:44 -05:00
Name: =Price Hiller=
ABC123: =zfp106=
Date: =2024-06-22=
URL: [[https://git.orion-technologies.io/Price/college/src/branch/Development/Summer-2024/CS-3443/Labs/Lab2]]
2024-06-17 14:46:44 -05:00
2024-06-24 22:37:50 -05:00
** UML Diagram
#+ATTR_HTML: :alt :align left :class img
[[./Layout.svg][UML Diagram of the program]]
You can see the HTML rendering at [[./UML.html]]
2024-06-17 14:46:44 -05:00
** Running the program
Recording of the program running: [[file:./assets/run-recording.webm]]
2024-06-24 22:37:50 -05:00
To operate correctly the program must be ran from the top level directory!
2024-06-17 14:46:44 -05:00
*** via Eclipse
- Open Eclipse
- Select File
- Select Import
- In the dialogue that appears, expand =General=
2024-06-24 22:37:50 -05:00
- Select =Existing Projects into Workspace=
2024-06-17 14:46:44 -05:00
- Click =Next=
2024-06-24 22:37:50 -05:00
- Select =Select archive file:=
- To the right of that dialogue click =Browse...=
2024-06-17 14:46:44 -05:00
- Find the archive on your file system and select it
2024-06-24 22:37:50 -05:00
- Click =Add project to working sets=
2024-06-17 14:46:44 -05:00
- Click =Finish=
- Select the project on the left bar
- On the top bar, expand the =Run= category
- Click =Run=
*** via Maven
If you have Maven installed, you can easily run this program when at the top level of the project via ~mvn exec:java -Dexec.mainClass="com.zfp106.lab2.Lab2"~.
2024-06-24 22:37:50 -05:00
Tests can be run via ~mvn test~ from the top level of the project as well.