Syntax :
jar cfm <FileName>.jar <ManifestFileName>.extension <filename.extension> <filename.extension> <filename.extension>……….
Here jar is command to create jar file.
<FileName>.jar is your jar file name.
<ManifestFileName>.extension is your ManifestFile Name.
<filename.extension> is whose filename to want to add in your jar file.
Example:
C:\jar cfm Login.jar Manifest.mf Login.class SplaceScreen.class *.class
If you have any query about that then contact me at wasim.akh2@gmail.com
No comments:
Post a Comment
If you have any question please let me know