Java Package - Creation of JAR Files

Creation of JAR Files

JAR Files are created with the jar command-line utility. The command

jar cf myPackage.jar *.class

compresses all .class files into the JAR file myPackage.jar. The ' c ' option on the command line tells the jar command to "create new archive." The ' f ' option tells it to create a file. The file's name comes next before the contents of the JAR file.

Read more about this topic:  Java Package

Famous quotes containing the words creation of, creation, jar and/or files:

    Poetry, at all times, exercises two distinct functions: it may reveal, it may unveil to every eye, the ideal aspects of common things ... or it may actually add to the number of motives poetic and uncommon in themselves, by the imaginative creation of things that are ideal from their very birth.
    Walter Pater (1839–1894)

    The practice of S/M is the creation of pleasure.... And that’s why S/M is really a subculture. It’s a process of invention. S/M is the use of a strategic relationship as a source of pleasure.
    Michel Foucault (1926–1984)

    As soon as you begin to say “We have always done things this way—perhaps that might be a better way,” conscious law-making is beginning. As soon as you begin to say “We do things this way—they do things that way—what is to be done about it?” men are beginning to feel towards justice, that resides between the endless jar of right and wrong.
    Helen M. Cam (1885–1968)

    The good husband finds method as efficient in the packing of fire-wood in a shed, or in the harvesting of fruits in the cellar, as in Peninsular campaigns or the files of the Department of State.
    Ralph Waldo Emerson (1803–1882)