I am trying to figure out how to take my .class files, put them in a .jar file, and then
import the package into a .java file.

So far, I have been able to create the .jar file, but I am...