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 me grade your assignment. You will lose points if you do not submit your programming assignments in a JAR file.

*** How to open and run a Jar File ***

What's a Jar File?

Jar stands for "Java Archive". It's much like a compressed ZIP file that you may have used before. You'll be adding each Java source file in your assignment (usually only one file) 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?