Hi,
On 4 Sep., 05:16, Terek <[EMAIL PROTECTED]> wrote:
> 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?
Give us an example what you did and whats the content of the directory
you started the
command, than it is easier to tell you what's going wrong.
For example:
/homeworks/projectname is the directory where your project is
located.
change to the directory which contains all your projects.
cd /homeworks
pack the project in a zip file.
</path/to/jdk>/bin/jar cvf projectname.zip
projectname
HTH
Ewald
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---