### 1. Create a JAR file
Before creating a `.jar` file, you must first compile your `.java` file. Suppose our file directory is `c:\java\myJava\hello\Hello.java`.
Now, assume that the content of the `Hello.java` file is as follows: