Before you create a JAR file, you need to create an
application-describing manifest file. Minimally,
your manifest file needs just one line that identifies the application
class that starts your application. For example, if
theMovieApplicationTestor
class starts your application, then the
manifest file must contain the following line:
Main-Class: MovieApplicationTestor