Hi,

On Tue, Jan 13, 2009 at 8:44 PM, David Haslam <d.has...@ukonline.co.uk> wrote:
>
> Some (free) ZIP utilities can open JAR files for file extraction uses, but
> don't include the same ZIP format for making them.  For example, IZArc is
> like this.
>
> I have a vague recollection that the last time I succeeded in reZIPping a
> JAR file, I used 7-Zip.
>
> However, if anyone has a more definitive answer, I will bow to their
> superior knowledge.
>

I do not know about external zip utilities, but for Java Program (is
FlashCard is java program?), I usually use the jar command (it come
with Java SDK) to bundle things into jar file. The command is very
simple
"jar cvfm output.jar -C someFolder/ ."


Cheers
Tonny Kohar
--
Sketsa SVG Editor
imagine, design, create ...
http://www.kiyut.com

_______________________________________________
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to