On Jul 6, 5:04 pm, pradeepan patra <[email protected]> wrote: > I am new to java programming with passion am havng a tiny doubt > > " > > - Zip file of the the MyHelloProject2 NetBeans project. (Someone else > should be able to open and run it as a NetBeans project.) You can use your > favorite zip utility or you can use "jar" utility that comes with JDK as > following. > - cd <parent directory that contains MyHelloProject2 directory> (assuming > you named your project as MyHelloProject2) > - jar cvf MyHelloProject2.zip MyHelloProject2 (MyHelloProject2 should > contain nbproject directory) " > > I am nt geting how to get the zip file will anyone please help me i will be > grateful to you You can either use your own zip utility or the jar utility. Usage of the jar utility is like such, from the command line: drive:\parent_directory>jar <options> <resultant_file_name> <directory_to_compress> Which translates to, for example: c:\javaprograms>jar cvf MyProject.zip MyProject > > Waiting for your reply
--~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
