Home Segments Top Top Previous Next

1069: Mainline

If your application includes all the images in an image directory, you can include those images in the JAR file as follows:

jar -cmf manifest.txt MovieApplication.jar application model view images 

Alternatively, if your applications includes all the images in the current directory, in files with a jpg extension, you type the following:

jar -cmf manifest.txt MovieApplication.jar application model view *.jpg