I recently started this class and Can't figure out how to get my
homework into zip format to send it in. On the site it says:
Zip file of the the <project name> 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 <project name> directory>
* jar cvf <project name>.zip <project name>
Where do I do that at? I've tried it in a command prompt and it
creates a zip folder named "META-INF' and a file in that folder called
"MANIFEST.MF". What does that mean and am I doing the right thing?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---