Creating a JAR File

Once you have successfully completed your programming assignment, you will need to create a JAR file to submit your assignment. This will help us grade your assignment. You will lose points if you do not submit your programming assignments in a JAR file.

Instructions for checking your JAR file

What is a JAR File?

JAR stands for "Java Archive." It is much like a compressed ZIP file that you may have used before. You will be adding each Java source file in your assignment (usually only one file, sometimes more) to a JAR file before submitting. The size of the final JAR file will be smaller than the original programs and therefore be easier to e-mail.

How Do I Create a JAR File?

How Do I Check to Make Sure My JAR File is Correct?