Directions for Submitting Java Assignments ------------------------------------------ IntelliJ Project ----------------- 1. Inside IntelliJ, rebuild your project and run it to ensure that it is 100% what you want. 2. Install the "Zipper" Addon - File > Settings > Plugins - Search for Zipper - Install the addon 2. Zip the file - Tools > Pack the Whole Project - Enter a name for the zip file. I suggest tagging it with the date/time to keep it different from any other files. 3. Test your Zip file - Extract it to another part of your computer (or another computer!) - Open the project in IntelliJ via File --> Open, select the newly extracted folder - Build & run your program to prove it works as expected. - If it fails to open or run the correct the problem and re-zip/re-test. 4. Upload the ZIP file to CourSys If you exported the ZIP file to the project directory (the default), it will show up in the project window. Right click the file and select "Show in Explorer" (or the like) to find it. Then, double check in CourSys that it has your file correctly submitted for the right assignment!