Author: Neo Wang
Overview: ... (Why) This is a program for the Skills Ontario 2026 UGDSB Coding Regional. It is designed to be an online organiser for the tech company TechForTommorowPrograms with all the CRUD functions. This was designed using a different class for each different function for organisation. TechDevices is the main object for the devices. This code was designed using Maven on the Netbeans IDE
How to Start The Application: ... Instructions for use.
- Follow the prompts as you use the program.
- Enter the number corresponding to the option you wish to select to select it
- Pressing cancel or not entering anything on the main menu will exit the program.
- Please remember to save all your changes before you close the program. IMPORTANT: Your saves will only be saved when you select Option 7 to save on the main menu. Failure to do so will result in the loss of your progress/changes.
This program does not have built in Command Prompt commands to run the program.
Instructions for importing a new/different tech data file using a command prompt/terminal Note: Must have java installed.
- Download the source code zip folder for this program.
- Find the resources folder in your file explorer, or using a terminal. (TechForTommorowProgram/src/main/resources)
- Insert the data file into the resources folder.
- Open a terminal such as Windows' build in Command Prompt, and use cd to enter the 'TechForTommorowProgram' directory
- Enter the command: mvn clean install
- Lastly, enter the command: java -jar target/TechForTommorowProgram-1.0.jar