college/Summer-2024/CS-3443/Labs/Lab1
2024-06-13 09:36:02 -05:00
..
assets cs-3443: add lab 1 2024-06-12 10:55:17 -05:00
src summer-2024: update schedule 2024-06-13 09:36:02 -05:00
.gitignore cs-3443: add lab 1 2024-06-12 10:55:17 -05:00
Assignment.org cs-3443: add lab 1 2024-06-12 10:55:17 -05:00
pom.xml cs-3443: add lab 1 2024-06-12 10:55:17 -05:00
README.org cs-3443: add lab 1 2024-06-12 10:55:17 -05:00

Lab 1 Submission

Name: Price Hiller ABC123: zfp106 Date: 2024-06-12 URL: https://git.orion-technologies.io/Price/college/src/branch/Development/Summer-2024/CS-3443/Labs/Lab1

Running the program

Recording of the program running:

via Eclipse

  • Open Eclipse
  • Select File
  • Select Import
  • In the dialogue that appears, expand General
  • Select Archive File
  • Click Next
  • In the top right of the new menu, select Browse...
  • Find the archive on your file system and select it
  • Select a valid path for Into folder:
  • 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.lab1.Lab1".