changeset 592 | cbb6732070d8 |
parent 485 | ed67cea61707 |
child 735 | 5c437e2d5fe1 |
--- a/java.rst Thu Sep 30 16:17:14 2010 +0300 +++ b/java.rst Fri Oct 01 10:21:25 2010 +0300 @@ -118,3 +118,12 @@ http://java.sun.com/performance/reference/whitepapers/5.0_performance.html http://java.sun.com/performance/reference/whitepapers/6_performance.html + +* Creating jar. + + $ jar cf myFile.jar *.class + + $ jar cmf myManifestFile myFile.jar *.class + + $ jar -cfe Main.jar foo.Main foo/Main.class +